diff options
author | Dirk Neukirchen <dirkneukirchen@web.de> | 2016-07-07 14:56:43 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-07 14:56:43 +0200 |
commit | 59087725fbdd3b97233b1fb9f38c37e6242334d3 (patch) | |
tree | afdf80f5a8ce28142f6915e51d367e3eaa701c25 /package/libs | |
parent | 8852da8090a016dc75b3ce9019c551015753034d (diff) | |
download | master-187ad058-59087725fbdd3b97233b1fb9f38c37e6242334d3.tar.gz master-187ad058-59087725fbdd3b97233b1fb9f38c37e6242334d3.tar.bz2 master-187ad058-59087725fbdd3b97233b1fb9f38c37e6242334d3.zip |
libpcap: remove unrecognized configure options
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/libpcap/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index af5d71e4fc..08fab24fde 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 \ |