packages (LINUX_3_0): kernel/kernel.spec - parts of gcc >= 4.7.1-4 are now ...
arekm
arekm at pld-linux.org
Tue Jul 3 22:06:00 CEST 2012
Author: arekm Date: Tue Jul 3 20:06:00 2012 GMT
Module: packages Tag: LINUX_3_0
---- Log message:
- parts of gcc >= 4.7.1-4 are now built using gcc (and not g++), so we can reenable constify plugin again
---- Files affected:
packages/kernel:
kernel.spec (1.987.2.54 -> 1.987.2.55)
---- Diffs:
================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.987.2.54 packages/kernel/kernel.spec:1.987.2.55
--- packages/kernel/kernel.spec:1.987.2.54 Wed Jun 27 10:54:47 2012
+++ packages/kernel/kernel.spec Tue Jul 3 22:05:54 2012
@@ -1022,7 +1022,6 @@
cd -
%{__make} \
- CONSTIFY_PLUGIN="" \
TARGETOBJ=%{targetobj} \
%{?with_verbose:V=1} \
oldconfig
@@ -1031,7 +1030,6 @@
# build kernel
%{__make} \
- CONSTIFY_PLUGIN="" \
TARGETOBJ=%{targetobj} \
%{?with_verbose:V=1} \
all
@@ -1558,6 +1556,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.987.2.55 2012/07/03 20:05:54 arekm
+- parts of gcc >= 4.7.1-4 are now built using gcc (and not g++), so we can reenable constify plugin again
+
Revision 1.987.2.54 2012/06/27 08:54:47 arekm
- up to 3.0.36; grsecurity constify plugin disabled as it doesn't work with gcc 4.7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/kernel/kernel.spec?r1=1.987.2.54&r2=1.987.2.55
More information about the pld-cvs-commit
mailing list