Skip to content

Commit d081525

Browse files
committed
Try to build PDO OCI shared as well
While the previous version works, it probably makes more sense to build PDO OCI shared as well, as we're not interested in running tests. That should automatically avoid rpath issues as well.
1 parent e8d0d36 commit d081525

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

azure/configure.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,9 @@ steps:
6464
--with-pdo-odbc=unixODBC,/usr \
6565
--with-pdo-firebird \
6666
--with-pdo-dblib \
67-
--with-pdo-oci=instantclient,/opt/oracle/instantclient \
67+
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
6868
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
6969
--enable-werror \
7070
--with-config-file-path=/etc \
71-
--with-config-file-scan-dir=/etc/php.d \
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.
71+
--with-config-file-scan-dir=/etc/php.d
7572
displayName: 'Configure Build'

0 commit comments

Comments
 (0)