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 changed files with 1 additions and 1 deletions
  1. +1
    -1
      develop/php/php.conf

+ 1
- 1
develop/php/php.conf

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

Loading…
Cancel
Save