|
|
@ -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" |
|
|
|