diff options
author | Matt Smith <mcs@darkregion.net> | 2011-01-07 13:33:47 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-09 11:55:42 +0000 |
commit | 264c8486ac878ba6a7647d2abf72112845e14f3a (patch) | |
tree | 2956a2d99211accc4644bc17df91801d56eeb88e /main/sdl | |
parent | 31c5404b8d1cdaaf64978d7ef52b7ca39822ddd0 (diff) | |
download | aports-264c8486ac878ba6a7647d2abf72112845e14f3a.tar.bz2 aports-264c8486ac878ba6a7647d2abf72112845e14f3a.tar.xz |
main/php: improved APKBUILD, see changes [resent, updated]
I based my updates off of Arch Linux's work for this package.
Here's the changelog:
- Each 'main subpackage' gets its own build dir, in order to eliminate
build-time complications.
- Added php-cgi subpackage (in combination with the above change, fixes #505)
- Added php-embed subpackage.
- Removed php-cli subpackage; it's now in the main 'php' package.
- Added the configure options --with-readline and --enable-pcntl to the 'php'
package (previously known as the php-cli package).
- Enabled the 'error_log' default option for php-fpm.conf
- Enabled cgi.discard_path in php.ini, as --enable-discard-path was dropped from
being a configure option.
- Dropped --enable-force-cgi-redirect from configure options, as it was
deprecated and enabled by default in php.ini.
- Did away with $phpextensionsapache2 in the APKBUILD; seems it was there for a
workaround. Perhaps it was part of the #183 fix? (Apache still segfaults,
with or without the $phpextensionsapache2 workaround.)
For more info regarding PHP configure options:
http://www.php.net/manual/en/configure.about.php
Also, can someone look over the updates I made to the #183 fix, regarding the
above $phpextensionsapache2 workaround changes and the changes to where it says
"# see #183" throughout the APKBUILD? I want to make sure that I didn't break
that fix.
Thanks,
Matt
P.S.: I resent the patch to fix quoting the $srcdir variables and the like.
e.g. From "$srcdir/$pkgname-$pkgver" to "$srcdir"/$pkgname-$pkgver
Diffstat (limited to 'main/sdl')
0 files changed, 0 insertions, 0 deletions