From 4049d788928a8a75ad2c16a6af4c16018e9cf777 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 10 Jan 2008 03:16:57 +0200 Subject: [PATCH] Improved wireshark to enable threads support if provided by the libc --- network/wireshark/wireshark.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/wireshark/wireshark.conf b/network/wireshark/wireshark.conf index 3a2b693f6..45e34cda1 100644 --- a/network/wireshark/wireshark.conf +++ b/network/wireshark/wireshark.conf @@ -13,6 +13,11 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +# thread support +if [ "$SDECFG_PKG_GLIBC_TLS" = 1 ]; then + var_append confopt ' ' "--enable-threads" +fi + var_append confopt ' ' "--without-ucdsnmp" var_append confopt ' ' "--with-ssl"