1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 16:43:09 +02:00

fix shlib dependencies on libstdc++

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2330 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-11-04 22:55:09 +00:00
parent 5ee21c52ca
commit 7a551def22

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):