summaryrefslogtreecommitdiffstats
path: root/package/glib
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-10 16:06:24 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-10 16:06:24 +0000
commitcd3cf32668979e1318647dab352dd075311fabff (patch)
treeb97901ef3f7cc44a098458b2f76056e24db0ef43 /package/glib
parente2a83fbe39c7911dd8b82a360d06c6e8e3f8c336 (diff)
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
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 473e8b635..cbbd48678 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) \