From: nico Date: Wed, 30 Mar 2005 15:32:55 +0000 (+0000) Subject: Use shared libpcap installed in staging_dir/usr X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=5c1fa1ec03cbfdf76f1e6c0b3cf226173626aa70;p=openwrt.git Use shared libpcap installed in staging_dir/usr git-svn-id: svn://svn.openwrt.org/openwrt/trunk@478 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)