Skip to content

Commit e8d0d36

Browse files
committed
Disable new dtags
1 parent bbd8078 commit e8d0d36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure/configure.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,7 @@ steps:
6969
--enable-werror \
7070
--with-config-file-path=/etc \
7171
--with-config-file-scan-dir=/etc/php.d \
72-
LDFLAGS='-Wl,-rpath,/opt/oracle/instantclient'
72+
LIBS='-Wl,--disable-new-dtags'
73+
# --disable-new-dtags forces use of RPATH instead of RUNPATH, which applies to dlopened
74+
# libraries as well, allowing OCI to work.
7375
displayName: 'Configure Build'

0 commit comments

Comments
 (0)