[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3245 - in glibc-package/branches/glibc-2.9/debian: . rules.d



Author: aurel32
Date: 2009-01-19 21:26:34 +0000 (Mon, 19 Jan 2009)
New Revision: 3245

Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/rules.d/build.mk
Log:
  * debian/rules.d/build.mk: enable stackguard randomization.  Closes: 
    bug#511811.



Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog	2009-01-19 19:07:15 UTC (rev 3244)
+++ glibc-package/branches/glibc-2.9/debian/changelog	2009-01-19 21:26:34 UTC (rev 3245)
@@ -57,6 +57,8 @@
   * arm/submitted-setjmp.diff: new patch to fix build on arm.
   * debian/rules: set BUILD_CC (host compiler) to gcc, and set CC (target
     compiler) to gcc-4.3. The later can be override on a per target basis.
+  * debian/rules.d/build.mk: enable stackguard randomization.  Closes: 
+    bug#511811.
 
   [ Clint Adams ]
   * patches/any/cvs-bz697-posix-regexec.diff: regex fix from Paolo Bonzini.
@@ -79,7 +81,7 @@
   * patches/hppa/submitted-tsd.diff: new patch from to fix build on hppa.
     Closes: bug#511430.
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 19 Jan 2009 20:05:52 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 19 Jan 2009 22:25:02 +0100
 
 glibc (2.8+20080809-3) experimental; urgency=low
 

Modified: glibc-package/branches/glibc-2.9/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.9/debian/rules.d/build.mk	2009-01-19 19:07:15 UTC (rev 3244)
+++ glibc-package/branches/glibc-2.9/debian/rules.d/build.mk	2009-01-19 21:26:34 UTC (rev 3245)
@@ -77,6 +77,7 @@
 		--enable-add-ons=$(standard-add-ons)"$(call xx,add-ons)" \
 		--enable-profile \
 		--without-selinux \
+		--enable-stackguard-randomization \
 		$(call xx,with_headers) $(call xx,extra_config_options))
 	touch $@
 


Reply to: