From 7029af8c65ab58205d99d325016c7efa7681f3c9 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Tue, 28 Dec 1999 10:17:34 +0000 Subject: - add $FreeBSD$ - disable mhash: This option causes apache to be linked with -lc _and_ -lc_r. As a result apache crashes on startup. --- www/mod_php4/scripts/configure.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/mod_php4/scripts/configure.php') diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 70df22e543fa..0d64999efa95 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -1,4 +1,5 @@ #!/bin/sh +# $FreeBSD$ if [ "${BATCH}" ]; then ${MKDIR} ${WRKDIRPREFIX}${CURDIR} @@ -82,6 +83,9 @@ while [ "$1" ]; do echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}" ;; \"mhash\") + echo "mhash is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}" ;; -- cgit v1.2.3