File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ if test "$PHP_PDO_ODBC" != "no"; then
74
74
;;
75
75
76
76
unixODBC|unixodbc)
77
- pdo_odbc_def_libdir=/usr/local/lib
77
+ pdo_odbc_def_libdir=/usr/local/$PHP_LIBDIR
78
78
pdo_odbc_def_incdir=/usr/local/include
79
79
pdo_odbc_def_lib=odbc
80
80
;;
81
81
82
82
ODBCRouter|odbcrouter)
83
- pdo_odbc_def_libdir=/usr/lib
83
+ pdo_odbc_def_libdir=/usr/$PHP_LIBDIR
84
84
pdo_odbc_def_incdir=/usr/include
85
85
pdo_odbc_def_lib=odbcsdk
86
86
;;
@@ -99,7 +99,7 @@ if test "$PHP_PDO_ODBC" != "no"; then
99
99
100
100
if test -n "$pdo_odbc_dir"; then
101
101
PDO_ODBC_INCDIR="$pdo_odbc_dir/include"
102
- PDO_ODBC_LIBDIR="$pdo_odbc_dir/lib "
102
+ PDO_ODBC_LIBDIR="$pdo_odbc_dir/$PHP_LIBDIR "
103
103
else
104
104
PDO_ODBC_INCDIR="$pdo_odbc_def_incdir"
105
105
PDO_ODBC_LIBDIR="$pdo_odbc_def_libdir"
You can’t perform that action at this time.
0 commit comments