mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
A comment in configure.in says: > dnl For libpcap's that don't need the restart function called for > dnl multiple lexer passes, allow them to turn it off here. This option > dnl exists solely to address a very rude email from the maintainer > dnl indicating that it shouldn't be called directly (and of course he > dnl was wrong because this is still needed). This indicates that you should not really call pcap_restart() directly, so we use this --disable-pcap-restart. This fixes segfault when the filter is invalid. ref #4466
11 lines
157 B
Diff
11 lines
157 B
Diff
--- ./configure.in.orig
|
|
+++ ./configure.in
|
|
@@ -161,7 +161,6 @@
|
|
dnl OS-specific options
|
|
dnl
|
|
|
|
-STRIPFLAG="-s"
|
|
HAVE_DUMB_UDPHDR="0"
|
|
|
|
case "$target_os" in
|