openbsd-ports/net/icinga/core/patches/patch-configure

49 lines
1.4 KiB
Plaintext

$OpenBSD: patch-configure,v 1.6 2012/06/19 10:01:52 sthen Exp $
--- configure.orig Fri Jun 15 18:26:09 2012
+++ configure Mon Jun 18 18:28:02 2012
@@ -5186,7 +5186,7 @@ cat >>confdefs.h <<_ACEOF
#define DEFAULT_NAGIOS_GROUP "$icinga_grp"
_ACEOF
-INSTALL_OPTS="-o $icinga_user -g $icinga_grp"
+INSTALL_OPTS=""
@@ -5207,7 +5207,7 @@ fi
-COMMAND_OPTS="-o $command_user -g $command_grp"
+COMMAND_OPTS=""
@@ -5811,7 +5811,7 @@ $as_echo_n "checking for gdImagePng in -lgd (order 1).
$as_echo_n "(cached) " >&6
else
ac_save_LIBS="$LIBS"
- LIBS="-lgd -lttf -lpng -ljpeg -lz -lm $LIBS"
+ LIBS="-lgd -lpng -ljpeg -lz -lm $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5842,7 +5842,7 @@ fi
$as_echo "yes" >&6; }
GDLIBFOUND=yep
- GDLIBS="-lgd -lttf -lpng -ljpeg -lz -lm"
+ GDLIBS="-lgd -lpng -ljpeg -lz -lm"
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
@@ -7109,7 +7109,7 @@ $as_echo_n "checking for SSL libraries... " >&6; }
found_ssl=no
for dir in $ssl_lib_dir $ssl_dir /usr/lib64 /usr/lib /usr/local/lib /usr/lib/ssl /usr/ssl/lib /usr/openssl/lib /usr/pkg/lib /usr/freeware/lib/openssl; do
ssllibdir="$dir"
- if test -f "$dir/libssl.so"; then
+ if test -f "$dir/libssl.a"; then
found_ssl=yes
break
fi