Skip to content

Commit ee87de6

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Fix shared pdo_dblib build
2 parents 155c7d3 + f27d074 commit ee87de6

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)