php: patch acinclude.m4 instead of aclocal.m4
authorFloris Bos <bos@je-eigen-domein.nl>
Mon, 18 May 2015 19:52:00 +0000 (21:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 19 May 2015 19:40:25 +0000 (21:40 +0200)
commit2bba2edad8c55a93b34ff1d42db758b89ac376f4
treeafa641ed06707cb0f71ea64a3658b6a5d7063ceb
parentec0404a9a426e866dff20bf11b33c06b90f9f85d
php: patch acinclude.m4 instead of aclocal.m4

aclocal.m4 gets regenerated from acinclude.m4, so patch the last.

Fixes "Extensions are not supported on this platform" error when
loading any external (zend) extension in php.ini.
Was caused by 0001-ditch-unset.patch not being applied to the
correct file, and our ac_cv_func_dlopen=yes env setting being unset.

Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/php/0001-ditch-unset.patch
package/php/0002-no-iconv-search.patch