diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-30 15:31:23 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-30 15:31:23 +0000 |
commit | 37f2eaadcdb57139198a141ce1fc05480aed0154 (patch) | |
tree | dc9ed6f9ac2a8de9e5f05f97b63369d3876816be | |
parent | 730adf9bb55128eea0e81f6ec924fa099388bc54 (diff) |
Fix libpcap compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@477 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 98806c2835..1980429d81 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/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: |