aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-30 15:32:55 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-30 15:32:55 +0000
commit75cfa3112752d645c315f0383bd2a00572e9c296 (patch)
treecc556e2c386cde717654f1af6f83591594d0f857
parent0645ebf31ec3e27b9b9897caddc7e4fe9d901b64 (diff)
downloadupstream-75cfa3112752d645c315f0383bd2a00572e9c296.tar.gz
upstream-75cfa3112752d645c315f0383bd2a00572e9c296.tar.bz2
upstream-75cfa3112752d645c315f0383bd2a00572e9c296.zip
Use shared libpcap installed in staging_dir/usr
SVN-Revision: 478
-rw-r--r--openwrt/package/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/tcpdump/Makefile b/openwrt/package/tcpdump/Makefile
index 4e8b9343dd..72621b1bf5 100644
--- a/openwrt/package/tcpdump/Makefile
+++ b/openwrt/package/tcpdump/Makefile
@@ -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)