openbsd-ports/net/pmacct/patches/patch-configure
sthen 9c36a01236 Update pmacct to 0.12.0, with mainly fixes to the bgp listener, including
a security-related fix (malicious user could disrupt sessions).

Requested and tested by Daniel C. Sinclair, ok ajacoutot@
(ports is still not fully open)
2010-03-02 08:17:16 +00:00

22 lines
503 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2010/03/02 08:17:16 sthen Exp $
--- configure.orig Tue Feb 16 12:06:04 2010
+++ configure Tue Feb 16 14:48:52 2010
@@ -1081,7 +1081,7 @@ fi
if test "x$ac_cv_prog_gcc" = xyes ; then
- CFLAGS="-O2"
+ #CFLAGS="-O2"
case "$host_os" in
IRIX*)
CFLAGS="-mabi=n32 -fno-builtins ${CFLAGS}"
@@ -3429,7 +3429,7 @@ EOF
- LIBS="${LIBS} -lpthread"
+ LIBS="${LIBS} -pthread"
THREADS_SOURCES="thread_pool.c"
else
echo "$ac_t""no" 1>&6