* Mon Apr 11 2005 Joe Orton <jorton@redhat.com> 5.0.4-3

- build shared objects as PIC (#154195)
This commit is contained in:
jorton 2005-04-11 08:47:32 +00:00
parent 3dcb968b83
commit 0b181fc0e5
1 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
Name: php Name: php
Version: 5.0.4 Version: 5.0.4
Release: 2 Release: 3
License: The PHP License License: The PHP License
Group: Development/Languages Group: Development/Languages
URL: http://www.php.net/ URL: http://www.php.net/
@ -370,7 +370,7 @@ ln -sf ../configure
--with-config-file-scan-dir=%{_sysconfdir}/php.d \ --with-config-file-scan-dir=%{_sysconfdir}/php.d \
--enable-force-cgi-redirect \ --enable-force-cgi-redirect \
--disable-debug \ --disable-debug \
--enable-pic \ --with-pic \
--disable-rpath \ --disable-rpath \
--enable-inline-optimization \ --enable-inline-optimization \
--with-bz2 \ --with-bz2 \
@ -598,6 +598,9 @@ rm files.*
%endif %endif
%changelog %changelog
* Mon Apr 11 2005 Joe Orton <jorton@redhat.com> 5.0.4-3
- build shared objects as PIC (#154195)
* Mon Apr 4 2005 Joe Orton <jorton@redhat.com> 5.0.4-2 * Mon Apr 4 2005 Joe Orton <jorton@redhat.com> 5.0.4-2
- fix PEAR installation and bundle PEAR DB-1.7.5 package - fix PEAR installation and bundle PEAR DB-1.7.5 package