Force libdir=llib for php (libdir detection for 64bit systems fails)
This commit is contained in:
@@ -58,7 +58,7 @@ if [ -z "$PHPENV_DISABLE" ] && [ -d "$PHPENV_ROOT/bin" ]; then
|
|||||||
eval "$(phpenv init -)"
|
eval "$(phpenv init -)"
|
||||||
|
|
||||||
# php-build
|
# php-build
|
||||||
export PHP_BUILD_CONFIGURE_OPTS="--with-pear --with-ldap --with-ldap-sasl --with-mhash --with-mysql-sock=/run/mysqld/mysqld.sock"
|
export PHP_BUILD_CONFIGURE_OPTS="--with-libdir=lib --with-pear --with-ldap --with-ldap-sasl --with-mhash --with-mysql-sock=/run/mysqld/mysqld.sock"
|
||||||
export PHP_BUILD_KEEP_OBJECT_FILES=y
|
export PHP_BUILD_KEEP_OBJECT_FILES=y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user