summaryrefslogtreecommitdiff
path: root/openwrt/package/tcpdump/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-30 15:32:55 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-30 15:32:55 +0000
commit5c1fa1ec03cbfdf76f1e6c0b3cf226173626aa70 (patch)
treecc556e2c386cde717654f1af6f83591594d0f857 /openwrt/package/tcpdump/Makefile
parent37f2eaadcdb57139198a141ce1fc05480aed0154 (diff)
Use shared libpcap installed in staging_dir/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/tcpdump/Makefile')
-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)