diff options
Diffstat (limited to 'security/ike-scan/files/patch-configure')
-rw-r--r-- | security/ike-scan/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/ike-scan/files/patch-configure b/security/ike-scan/files/patch-configure new file mode 100644 index 00000000000..f42db03abb1 --- /dev/null +++ b/security/ike-scan/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Feb 8 14:47:22 2005 ++++ configure Tue Feb 8 14:47:33 2005 +@@ -5538,7 +5538,7 @@ + if test "x$withval" != "xno" ; then + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +- for ssldir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do ++ for ssldir in $withval $prefix /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do + if test -f "${ssldir}/include/openssl/ssl.h"; then + found_openssl="yes" + CPPFLAGS="-I${ssldir}/include ${CPPFLAGS}" |