1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 14:21:51 +02:00

fix shlib dependencies on libstdc++

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

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