diff options
-rw-r--r-- | package/libpcap/libpcap.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk index 06aec0f4d..5e077a271 100644 --- a/package/libpcap/libpcap.mk +++ b/package/libpcap/libpcap.mk @@ -20,7 +20,7 @@ LIBPCAP_INSTALL_STAGING = YES # configure script correctly handles --enable-shared/--disable-shared. LIBPCAP_AUTORECONF = YES -LIBPCAP_DEPENDENCIES = zlib +LIBPCAP_DEPENDENCIES = zlib host-flex host-bison LIBPCAP_CONF_ENV = ac_cv_linux_vers=2 \ ac_cv_header_linux_wireless_h=yes # configure misdetects this LIBPCAP_CONF_OPT = --disable-yydebug --with-pcap=linux |