[Pkg-apache-commits] r1200 - in /trunk/apache2: changelog rules

sf at alioth.debian.org sf at alioth.debian.org
Fri Jul 16 17:01:18 UTC 2010


Author: sf
Date: Fri Jul 16 17:01:17 2010
New Revision: 1200

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1200
Log:
Build as PIE

Modified:
    trunk/apache2/changelog
    trunk/apache2/rules

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1200&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Fri Jul 16 17:01:17 2010
@@ -3,6 +3,7 @@
   * Fix init script not correctly killing htcacheclean. Closes: #580971
   * Add a separate entry in README.Debian about the need to use apache2ctl
     for starting instead of calling apache2 directly. Closes: #580445
+  * Build as PIE, since gdb in squeeze now supports it.
   * Update the postrm script to also purge the version of /var/www/index.html
     introduced in 2.2.11-7.
 

Modified: trunk/apache2/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/rules?rev=1200&op=diff
==============================================================================
--- trunk/apache2/rules (original)
+++ trunk/apache2/rules Fri Jul 16 17:01:17 2010
@@ -34,7 +34,8 @@
 		      --enable-log-config=static --enable-logio=static \
 		      --with-apr=/usr/bin/apr-1-config \
 		      --with-apr-util=/usr/bin/apu-1-config \
-		      --with-pcre=yes
+		      --with-pcre=yes \
+		      --enable-pie
 
 AP2_MODS_CONFARGS =   --enable-authn-alias=shared --enable-authnz-ldap=shared  \
 		      --enable-disk-cache=shared --enable-cache=shared \




More information about the Pkg-apache-commits mailing list