We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdb5b5 commit 558d630Copy full SHA for 558d630
azure/configure.yml
@@ -69,5 +69,7 @@ steps:
69
--enable-werror \
70
--with-config-file-path=/etc \
71
--with-config-file-scan-dir=/etc/php.d \
72
- LDFLAGS='-Wl,-rpath,/opt/oracle/instantclient'
+ 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.
75
displayName: 'Configure Build'
0 commit comments