1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-23 07:41:08 +02:00

Use shared libpcap installed in staging_dir/usr

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@478 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-03-30 15:32:55 +00:00
parent 52f3809489
commit a8195e2f2c

View File

@ -40,9 +40,9 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.unpacked
$(PKG_BUILD_DIR)/$(PKG_NAME): $(PKG_BUILD_DIR)/.configured
$(MAKE) \
LDFLAGS="-L$(STAGING_DIR)/lib" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
LIBS="-lpcap" \
INCLS="-I. -I$(STAGING_DIR)/include" \
INCLS="-I. -I$(STAGING_DIR)/usr/include" \
-C $(PKG_BUILD_DIR)
$(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)