summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ncurses/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-09 13:23:17 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-09 13:23:17 +0000
commit340ccf2266e4ddf23a821854a773a300995c22e3 (patch)
treee91ac054c5fac641772c23d68ce4e7ba13cd3adc /openwrt/package/ncurses/Makefile
parent785e920a07c531778b9c3ed520d7306373dac48a (diff)
Fix building when host and target systems are same arch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ncurses/Makefile')
-rw-r--r--openwrt/package/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile
index 662ea6e89..cdcf9feb6 100644
--- a/openwrt/package/ncurses/Makefile
+++ b/openwrt/package/ncurses/Makefile
@@ -71,7 +71,7 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.prepared
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
ac_cv_linux_vers="2" \
./configure \
--target=$(GNU_TARGET_NAME) \