diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-09 13:23:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-09 13:23:17 +0000 |
commit | 340ccf2266e4ddf23a821854a773a300995c22e3 (patch) | |
tree | e91ac054c5fac641772c23d68ce4e7ba13cd3adc /openwrt/package/ncurses/Makefile | |
parent | 785e920a07c531778b9c3ed520d7306373dac48a (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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile index 662ea6e89a..cdcf9feb6d 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) \ |