diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-23 22:26:35 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-24 13:43:44 +0100 |
commit | 2f55f8e440ea6040ec7fc9ba0692dd0980a36bd9 (patch) | |
tree | 12702227ddbc6a373ef92c9f2eb2a150a5802461 /package | |
parent | 6593ff6a87194c2d6bb6767d29648f9fc669df14 (diff) | |
download | buildroot-novena-2f55f8e440ea6040ec7fc9ba0692dd0980a36bd9.tar.gz buildroot-novena-2f55f8e440ea6040ec7fc9ba0692dd0980a36bd9.zip |
libpcap: add missing flex/bison dependencies
In preparation for the removal of the flex/bison mandatory
dependencies, make sure libpcap builds host-flex/host-bison.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-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 |