openbsd-ports/net/pmacct/patches/patch-configure_in
sthen 5cd71d7d8d Update to pmacct 1.5.0rc2 (old version in the ports tree could read
netflow v9 but not IPFIX). Follow upstream and use threads by default,
roll in the flavour with an @pkgpath (though we didn't build packages
with threads enabled anyway).
2014-03-22 23:05:43 +00:00

12 lines
428 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1 2014/03/22 23:05:43 sthen Exp $
--- configure.in.orig Sat Mar 22 22:39:17 2014
+++ configure.in Sat Mar 22 22:39:21 2014
@@ -25,7 +25,6 @@ AC_PROG_RANLIB
dnl initial checks; tweakings to CFLAGS and LDFLAGS
dnl see final checks for tweakings to LIBS
if test "x$ac_cv_prog_gcc" = xyes ; then
- CFLAGS="-O2 ${CFLAGS}"
case "$host_os" in
IRIX*)
CFLAGS="-mabi=n32 -fno-builtins"