diff options
Diffstat (limited to 'patches')
-rwxr-xr-x | patches/php/php.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 46b802ae..83112715 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -284,7 +284,7 @@ php_configure() { $CONFIG_FILES="--with-config-file-path=/etc/apache" fi - EXTENSION_DIR=/usr/lib/php/extensions \ + EXTENSION_DIR=/usr/$LIB/php/extensions \ CFLAGS="$SLKCFLAGS" \ ./configure --prefix=/usr \ $* \ |