From eccc8e9b8572057c6d0d5893bc95e151a9be7076 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 10 Aug 2005 16:06:24 +0000 Subject: Fix building when host and target systems are same arch git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1597 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/glib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/glib/Makefile') diff --git a/package/glib/Makefile b/package/glib/Makefile index 473e8b6354..cbbd48678f 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -48,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared 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_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ + LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ -- cgit v1.2.3