openbsd-ports/net/nagios/nrpe/patches/patch-configure

13 lines
406 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2013/09/17 21:22:27 sthen Exp $
--- configure.orig Fri Sep 6 16:27:13 2013
+++ configure Tue Sep 17 22:16:49 2013
@@ -6714,7 +6714,7 @@ echo $ECHO_N "checking for SSL libraries... $ECHO_C" >
else
soext="so"
fi
- if test -f "$dir/libssl.$soext"; then
+ if test -f "$dir/libssl.$soext" -o -f "$dir/libssl.a"; then
found_ssl=yes
break
fi