Skip to content

Commit f27d074

Browse files
committed
Fix shared pdo_dblib build
As pointed out by remi in: php@47fe412#r58428167
1 parent 6ff1c9c commit f27d074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_dblib/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if test "$PHP_PDO_DBLIB" != "no"; then
1616
[],[
1717
AC_MSG_ERROR([Cannot find FreeTDS in known installation directories])
1818
])
19-
PHP_ADD_LIBRARY(sybdb,,GMP_SHARED_LIBADD)
19+
PHP_ADD_LIBRARY(sybdb,,PDO_DBLIB_SHARED_LIBADD)
2020
elif test "$PHP_PDO_DBLIB" != "no"; then
2121

2222
if test -f $PHP_PDO_DBLIB/include/sybdb.h; then

0 commit comments

Comments
 (0)