fix shlib dependencies on libstdc++

SVN-Revision: 2330
lede-17.01
Nicolas Thill 2005-11-04 22:55:09 +00:00
parent 2eeb35d020
commit 1262d7ac9b
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) \
CPPFLAGS="-I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include -I$(LINUX_DIR)/include"
LIBS="-luClibc++ -lc -lm" \
all
touch $@
$(IPKG_KISMET):