diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-30 15:31:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-30 15:31:23 +0000 |
commit | 368624cf2c756b86fad3b1516c86dbee4a223507 (patch) | |
tree | 859e68020e8a8027697354761e066ee8a3dd7dd3 /package/libpcap | |
parent | 0100e41f71ff76bfe79dea8df0265e0dcf8ef16d (diff) | |
download | upstream-368624cf2c756b86fad3b1516c86dbee4a223507.tar.gz upstream-368624cf2c756b86fad3b1516c86dbee4a223507.tar.bz2 upstream-368624cf2c756b86fad3b1516c86dbee4a223507.zip |
Fix libpcap compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@477 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap')
-rw-r--r-- | package/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index 98806c2835..1980429d81 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -80,7 +80,7 @@ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK) source: $(DL_DIR)/$(PKG_SOURCE_FILE) prepare: $(PKG_BUILD_DIR)/.patched -compile: $(STAGING_DIR)/lib/libpcap.a +compile: $(STAGING_DIR)/usr/lib/libpcap.a install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list clean: |