From: Dirk Neukirchen Date: Thu, 7 Jul 2016 12:56:43 +0000 (+0200) Subject: libpcap: remove unrecognized configure options X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=aad40735b8ea20d0050ac85067c5edcb10387709;p=15.05%2Fopenwrt.git 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 \