summaryrefslogtreecommitdiffstats
path: root/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
commit9bf5291670905e8bf621b5bf0ab56670d76f35c1 (patch)
tree28bd2d75364bebd7e03f8cd7bd22989409d0e8fd /package/ncurses/Makefile
parentef946006a3ac7ef91438e3a8f08f5e0a1236499a (diff)
Fix building when host and target systems are same arch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r--package/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 662ea6e89..cdcf9feb6 100644
--- a/package/ncurses/Makefile
+++ b/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) \