Browse Source

php: fixed to use the correct path for `apxs`

user/chris/toolchain/0.3
Christian Wiese 12 years ago
parent
commit
3595bea528
  1. 2
      develop/php/php.conf

2
develop/php/php.conf

@ -49,7 +49,7 @@ done
if pkginstalled apache; then
pkgprefix -t apache
var_append extraconfopt " " "--with-apxs2=$( pkgprefix sbindir apache )/apxs"
var_append extraconfopt " " "--with-apxs2=$( pkgprefix bindir apache )/apxs"
fi
if pkginstalled freetype; then

Loading…
Cancel
Save