From: Felix Fietkau Date: Mon, 14 Jan 2008 01:47:16 +0000 (+0000) Subject: fix glib1/gtk1 compile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e6103621a7b09b8dced6503ad763e595d86e4f8e;p=openwrt%2Fsvn-archive%2Farchive.git fix glib1/gtk1 compile SVN-Revision: 10185 --- diff --git a/libs/glib/Makefile b/libs/glib/Makefile index ffe47b88ec..024c8c8575 100644 --- a/libs/glib/Makefile +++ b/libs/glib/Makefile @@ -56,6 +56,7 @@ CONFIGURE_VARS += \ glib_cv_sizeof_gmutex=24 \ glib_cv_byte_contents_gmutex="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" \ +TARGET_LDFLAGS += -L$(TOOLCHAIN_DIR)/lib define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install endef