Browse Source

Improved wireshark to enable threads support if provided by the libc

early
Christian Wiese 17 years ago
parent
commit
4049d78892
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      network/wireshark/wireshark.conf

+ 5
- 0
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