openbsd-ports/www/sarg/patches/patch-configure
aanriot 87ee110593 - use log files paths accordingly to www/squid.
- fix SYSCONFDIR and other substitutions.

from maintainer Douglas Santos with a few changes;
inputs and ok alek@
2006-01-28 21:22:07 +00:00

16 lines
335 B
Plaintext

--- configure.orig Tue Nov 29 17:39:45 2005
+++ configure Thu Jan 26 21:31:44 2006
@@ -2331,12 +2331,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
;;
esac
-if test "${CC}" = "cc" ; then
- CFLAGS="${CFLAGS} -w -g -O2 -Aa"
-else
- CFLAGS="${CFLAGS} -w"
-fi
-
case "$host" in
*-solaris*)
LDFLAGS="${LDFLAGS} -lsocket -lnsl"