pkgsrc-ng/lang/php54/patches/patch-acinclude.m4
2014-11-05 12:41:07 +01:00

14 lines
482 B
Plaintext

$NetBSD: patch-acinclude.m4,v 1.2 2013/09/21 16:06:07 taca Exp $
--- acinclude.m4.orig 2013-09-18 05:48:57.000000000 +0000
+++ acinclude.m4
@@ -2354,7 +2354,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
if test "$found_openssl" = "no"; then
if test "$PHP_OPENSSL_DIR" = "yes"; then
- PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl"
+ PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /"
fi
for i in $PHP_OPENSSL_DIR; do