From f1140932b985d6b21af779d6e87e12b421ab4d0e Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 21 Feb 2009 17:01:52 +0000 Subject: When building extensions make sure non-standard OpenSSL locations are also searched if an explicit path is not given. --- lang/php5/distinfo | 3 ++- lang/php5/patches/patch-ar | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 lang/php5/patches/patch-ar (limited to 'lang/php5') diff --git a/lang/php5/distinfo b/lang/php5/distinfo index 37ecf5c1ef0..1debc01eaec 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.58 2009/02/17 23:18:55 adrianp Exp $ +$NetBSD: distinfo,v 1.59 2009/02/21 17:01:52 adrianp Exp $ SHA1 (php-5.2.8/php-5.2.8.tar.bz2) = d285636144e0a4aa61195793634807e763c63dc3 RMD160 (php-5.2.8/php-5.2.8.tar.bz2) = d38fe5d918c335089a027600a93d950f417a7e98 @@ -15,3 +15,4 @@ SHA1 (patch-al) = 0ee37782cc0d3bf5ede1a583de0589c2c1316b50 SHA1 (patch-an) = 8f4174627b8cb5f8bfbc59413c95f71e26b9e602 SHA1 (patch-ap) = 5eb0e0e4244a993da93e36f8fcb5553454207fce SHA1 (patch-aq) = 0c9d48547da2fa80aa8357d23ad8505d1c0330df +SHA1 (patch-ar) = 2d74ec926cc00bfbb67d16210af78c33ad9ac38d diff --git a/lang/php5/patches/patch-ar b/lang/php5/patches/patch-ar new file mode 100644 index 00000000000..213c8a8f610 --- /dev/null +++ b/lang/php5/patches/patch-ar @@ -0,0 +1,13 @@ +$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 -- cgit v1.2.3