Skip to content

Commit 0d7e8b0

Browse files
committed
Fix searching for libraries like LDAP
The checks for things like ext/ldap will assume libraries are in ./lib, and not lib64 like they are on many multilib systems, Gentoo included. Gross that we're hardcoding it, but we should also probably convert ldap to pkg-config sometime. That may require getting rid of Oracle or Solaris LDAP support though.
1 parent 1d5b5c2 commit 0d7e8b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/configure-gentoo/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ runs:
1616
./configure \
1717
--enable-option-checking=fatal \
1818
--prefix=/usr \
19+
--with-libdir=lib64 \
1920
--enable-phpdbg \
2021
--enable-fpm \
2122
--with-pdo-mysql=mysqlnd \

0 commit comments

Comments
 (0)