[Glibc-bsd-commits] r5437 - trunk/kfreebsd-11/debian
rmh at alioth.debian.org
rmh at alioth.debian.org
Fri Feb 21 21:49:09 UTC 2014
Author: rmh
Date: 2014-02-21 21:49:09 +0000 (Fri, 21 Feb 2014)
New Revision: 5437
Modified:
trunk/kfreebsd-11/debian/changelog
trunk/kfreebsd-11/debian/rules
Log:
Remove -DWITHOUT_SSP kludge. Apparently SSP doesn't break QEMU anymore.
Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog 2014-02-21 19:35:59 UTC (rev 5436)
+++ trunk/kfreebsd-11/debian/changelog 2014-02-21 21:49:09 UTC (rev 5437)
@@ -1,3 +1,10 @@
+kfreebsd-11 (11.0~svn262281-2) UNRELEASED; urgency=low
+
+ * Remove -DWITHOUT_SSP kludge. Apparently SSP doesn't break QEMU
+ anymore.
+
+ -- Robert Millan <rmh at debian.org> Fri, 21 Feb 2014 22:48:53 +0100
+
kfreebsd-11 (11.0~svn262281-1) experimental; urgency=low
* New upstream snapshot.
Modified: trunk/kfreebsd-11/debian/rules
===================================================================
--- trunk/kfreebsd-11/debian/rules 2014-02-21 19:35:59 UTC (rev 5436)
+++ trunk/kfreebsd-11/debian/rules 2014-02-21 21:49:09 UTC (rev 5437)
@@ -89,14 +89,6 @@
# "unstripped-binary-or-object" lintian error).
MAKE += -DWITHOUT_KERNEL_SYMBOLS
-# Disable ssp for now ...
-# at least under QEMU it panics, might be due to
-# - QEMU
-# - newer gcc compared to plain FreeBSD
-# - different init order
-# - ...
-MAKE += -DWITHOUT_SSP
-
get-orig-source:
rm -rf $(ORIG_DIR)
svn export -r $(svn_revision) $(SVN)/sys $(ORIG_DIR)/sys
More information about the Glibc-bsd-commits
mailing list