1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Merge branch 'PHP-8.1'

* PHP-8.1:
  Fix shared pdo_dblib build
This commit is contained in:
Nikita Popov
2021-10-21 12:15:04 +02:00

View File

@@ -16,7 +16,7 @@ if test "$PHP_PDO_DBLIB" != "no"; then
[],[
AC_MSG_ERROR([Cannot find FreeTDS in known installation directories])
])
PHP_ADD_LIBRARY(sybdb,,GMP_SHARED_LIBADD)
PHP_ADD_LIBRARY(sybdb,,PDO_DBLIB_SHARED_LIBADD)
elif test "$PHP_PDO_DBLIB" != "no"; then
if test -f $PHP_PDO_DBLIB/include/sybdb.h; then