summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-02 17:48:16 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-12-03 22:37:13 +0100
commit8540551034fd8c1096138fc462fefc705ed896dd (patch)
tree57aeb4c0ca231ba54eb29ad1bfbd1129cec4b886
parent00be67d846963f2f2b9f7ccc25299d2fbfdecf58 (diff)
downloadbuildroot-8540551034fd8c1096138fc462fefc705ed896dd.tar.gz
buildroot-8540551034fd8c1096138fc462fefc705ed896dd.zip
wireshark: add optional libnl suport
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/wireshark/wireshark.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 9a8d3706d5..d60f3b4d3b 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -57,4 +57,11 @@ ifeq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_LIBGTK3)$(BR2_PACKAGE_QT5BASE_WIDGETS)
WIRESHARK_CONF_OPTS += --disable-wireshark
endif
+ifeq ($(BR2_PACKAGE_LIBNL),y)
+WIRESHARK_CONF_OPTS += --with-libnl
+WIRESHARK_DEPENDENCIES += libnl
+else
+WIRESHARK_CONF_OPTS += --without-libnl
+endif
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud