From 424aabc7320e38b63db2c0661f396969a014dd32 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 1 Apr 2007 19:29:55 +0000 Subject: [PATCH] * changed php to search php.ini in the sysconfdir and _not_ in libdir git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20608 10447126-35f2-4685-b0cf-6dd780d3921f --- develop/php/php.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/develop/php/php.conf b/develop/php/php.conf index fed6883fb..75081371a 100644 --- a/develop/php/php.conf +++ b/develop/php/php.conf @@ -22,6 +22,9 @@ fi # seems not to handle --libdir... var_append confopt ' ' "--with-libdir=${libdir##*/}" +# global php.ini goes into sysconfdir +var_append confopt ' ' "--with-config-file-path=$sysconfdir" + if pkginstalled apache; then pkgprefix -t apache var_append extraconfopt " " "--with-apxs2=$( pkgprefix sbindir apache )/apxs"