Browse Source

* 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
early
Christian Wiese 18 years ago
parent
commit
424aabc732
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      develop/php/php.conf

+ 3
- 0
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"

Loading…
Cancel
Save