From b635a9ba7605fd7ab41be6bdb1765453c94f7cee Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 14 Jan 2008 01:47:16 +0000 Subject: [PATCH] fix glib1/gtk1 compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@10185 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/glib/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0