From 3595bea5282e37dc50e923be2501448770f2a43c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 1 Aug 2012 12:56:53 +0200 Subject: [PATCH] php: fixed to use the correct path for `apxs` --- develop/php/php.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/php/php.conf b/develop/php/php.conf index 802a66943..06ea75d91 100644 --- a/develop/php/php.conf +++ b/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