From 75dc12dac1a04afee97625835ebdfe1356399cad Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Tue, 31 May 2016 09:24:07 +0200 Subject: [PATCH] libpcap: remove unrecognized configure options Signed-off-by: Dirk Neukirchen --- package/libs/libpcap/Makefile | 2 -- 1 file changed, 2 deletions(-) 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 \