Browse Source

Improved wireshark to enable threads support if provided by the libc

early
Christian Wiese 17 years ago
parent
commit
4049d78892
  1. 5
      network/wireshark/wireshark.conf

5
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"

Loading…
Cancel
Save