[packages] php5: fix APC support
authormhei <mhei@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 May 2011 18:27:36 +0000 (18:27 +0000)
committermhei <mhei@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 May 2011 18:27:36 +0000 (18:27 +0000)
commit55671220ded2ebfbb9a6443435f2880fafca6874
tree85b59cab63e22eddb3fc3e8b06d597aa2624e6d7
parente36068489e93c0386c24ff8e7262e907ea86f8da
[packages] php5: fix APC support

The APC patch adds the APC extension to the source tree. However,
when it was selected nothing happens since the extension wasn't
'registered'. This is what a 'buildconf' run usually does.
This however needs version 2.13 of autoconf. So instead of
requiring this (additional) autoconf version on the build system
the files changed are included in an additional patch.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26824 3c298f89-4303-0410-b956-a3cf2f4a3e73
lang/php5/Makefile
lang/php5/files/php.ini
lang/php5/patches/900-prevent_buildconf_force.patch [new file with mode: 0644]