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=1146d34cd58360fe6dc3ba82b1d3c5aabf8037a7;p=openwrt%2Fsvn-archive%2Fpackages.git fix glib1/gtk1 compile SVN-Revision: 10185 --- diff --git a/libs/glib/Makefile b/libs/glib/Makefile index ffe47b88e..024c8c857 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