[Bug 1393640] Re: acinclude.m4 references incorrect PDO header location
Brad
eosrei at gmail.com
Wed Jan 14 00:27:37 UTC 2015
This patch changes the php_pdo_driver location test from php/ to php5/:
- elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
- pdo_cv_inc_path=$prefix/include/php/ext
+ elif test -f $prefix/include/php5/ext/pdo/php_pdo_driver.h; then
+ pdo_cv_inc_path=$prefix/include/php5/ext
Seems like the correct solution to me, but I could be completely wrong.
Thanks
** Patch added: "acinclude-php5.patch"
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1393640/+attachment/4297990/+files/acinclude-php5.patch
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1393640
Title:
acinclude.m4 references incorrect PDO header location
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1393640/+subscriptions
More information about the Ubuntu-server-bugs
mailing list