From 4b778d257d65665026afd3138dff9a657a21d9ab Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 25 Feb 2000 23:29:53 +0000 Subject: Fix build error: RSA_BASE='SYSTEM' is not appropriate for recent openssl changes in the base system. Submitted by: Jim Bloom --- www/mod_php3/scripts/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php3') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 771882f4285d..bc2508d43b1a 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -138,7 +138,7 @@ VERSION_MODSSL= 2.5.0 CONFIGURE_ARGS+=--enable-module=ssl \\ --enable-module=define -CONFIGURE_ENV+= SSL_BASE='SYSTEM' RSA_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" +CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" EXTRA_PATCHES+= \${PATCHDIR}/ssl_patch-aa -- cgit v1.2.3