From b9807c2232123fcabf2ede93b4bd871fb7815220 Mon Sep 17 00:00:00 2001 From: madumlao Date: Mon, 3 Jan 2022 20:59:01 +0800 Subject: [PATCH] Force libdir=llib for php (libdir detection for 64bit systems fails) --- skel/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/.profile b/skel/.profile index 854f006..b222979 100644 --- a/skel/.profile +++ b/skel/.profile @@ -58,7 +58,7 @@ if [ -z "$PHPENV_DISABLE" ] && [ -d "$PHPENV_ROOT/bin" ]; then eval "$(phpenv init -)" # 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 fi