From: Dirk Neukirchen Date: Tue, 31 May 2016 07:24:07 +0000 (+0200) Subject: libpcap: remove unrecognized configure options X-Git-Tag: v17.01.0-rc1~2570 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=75dc12dac1a04afee97625835ebdfe1356399cad libpcap: remove unrecognized configure options Signed-off-by: Dirk Neukirchen --- diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index 3943efab25..1011ce6349 100644 --- a/package/libs/libpcap/Makefile +++ b/package/libs/libpcap/Makefile @@ -54,9 +54,7 @@ CONFIGURE_VARS += \ CONFIGURE_ARGS += \ --enable-shared \ - --enable-static \ --disable-yydebug \ - --with-build-cc="$(HOSTCC)" \ --with-pcap=linux \ --without-septel \ --without-dag \