From 1d37dc29c570c53c99ebd045305dcc9e5c5bfc4c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 30 Mar 2005 15:31:23 +0000 Subject: [PATCH] Fix libpcap compile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@477 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/libpcap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0