pkgsrc/lang/php5/patches/patch-ar
adrianp f1140932b9 When building extensions make sure non-standard OpenSSL locations are
also searched if an explicit path is not given.
2009-02-21 17:01:52 +00:00

13 lines
475 B
Text

$NetBSD: patch-ar,v 1.5 2009/02/21 17:01:52 adrianp Exp $
--- acinclude.m4.orig 2008-09-08 03:24:38.000000000 -0700
+++ acinclude.m4
@@ -2332,7 +2332,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