diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 01:16:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 01:16:51 +0100 |
commit | 354e45a61f981e69a90a4a8d0b47e3b235eabaff (patch) | |
tree | 57379883ee0476a97d9e77681a30a6e4fe0b83c6 /package/libpcap/Makefile | |
parent | c22459de6603b6e60b75c99c6c2b35e43b81783c (diff) |
prepare pcap-config to be usable by other packages
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index f51a3058f..caacf0e8c 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libpcap PKG_VERSION:= 1.1.1 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 1bca27d206970badae248cfa471bbb47 PKG_DESCR:= a low-level packet capture library PKG_SECTION:= libs @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --disable-yydebug \ --with-pcap=linux TCFLAGS+= ${TCPPFLAGS} INSTALL_TARGET= install install-shared +MAKE_FLAGS+= STAGING_DIR=$(STAGING_DIR) ifneq (${ADK_PACKAGE_LIBPCAP_WITH_IPV6},) CONFIGURE_ARGS+= --enable-ipv6 |