From 0b181fc0e5c2755f45c77405c5f9984e9ff7255a Mon Sep 17 00:00:00 2001 From: jorton Date: Apr 11 2005 08:47:32 +0000 Subject: * Mon Apr 11 2005 Joe Orton 5.0.4-3 - build shared objects as PIC (#154195) --- diff --git a/php.spec b/php.spec index 1dc1d26..7e848d7 100644 --- a/php.spec +++ b/php.spec @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php Version: 5.0.4 -Release: 2 +Release: 3 License: The PHP License Group: Development/Languages URL: http://www.php.net/ @@ -370,7 +370,7 @@ ln -sf ../configure --with-config-file-scan-dir=%{_sysconfdir}/php.d \ --enable-force-cgi-redirect \ --disable-debug \ - --enable-pic \ + --with-pic \ --disable-rpath \ --enable-inline-optimization \ --with-bz2 \ @@ -598,6 +598,9 @@ rm files.* %endif %changelog +* Mon Apr 11 2005 Joe Orton 5.0.4-3 +- build shared objects as PIC (#154195) + * Mon Apr 4 2005 Joe Orton 5.0.4-2 - fix PEAR installation and bundle PEAR DB-1.7.5 package