[packages] php5: fix APC support
authorMichael Heimpold <mhei@heimpold.de>
Wed, 4 May 2011 18:27:36 +0000 (18:27 +0000)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 4 May 2011 18:27:36 +0000 (18:27 +0000)
commitd3a725e7d8705b190845d5fb398702259c82818f
tree85b59cab63e22eddb3fc3e8b06d597aa2624e6d7
parent95f042479af73e9be0ec74a7acc724156d6f006a
[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.

SVN-Revision: 26824
lang/php5/Makefile
lang/php5/files/php.ini
lang/php5/patches/900-prevent_buildconf_force.patch [new file with mode: 0644]