diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 16:49:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 16:49:24 +0000 |
commit | 355ae40e7c3e797140ee0ac50c025be0c5fd0abe (patch) | |
tree | 49ddb972f343895d0cfabbc236a8e1f6a996fbde | |
parent | afd37fbbc606aa804be99e5be2044d0b95e4f127 (diff) | |
download | mtk-20170518-355ae40e7c3e797140ee0ac50c025be0c5fd0abe.zip mtk-20170518-355ae40e7c3e797140ee0ac50c025be0c5fd0abe.tar.gz mtk-20170518-355ae40e7c3e797140ee0ac50c025be0c5fd0abe.tar.bz2 |
build libpcap package
SVN-Revision: 504
-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 1980429..e9144a6 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)/usr/lib/libpcap.a +compile: $(STAGING_DIR)/usr/lib/libpcap.a $(PKG_IPK) install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list clean: |