]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- GCC extension for protecting applications from stack-smashing attacks
authorRafał Janiczek <rafal.janiczek@gmail.com>
Fri, 12 Sep 2003 11:31:20 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- -fno-stack-protector disables the protection

Changed files:
    gcc4.spec -> 1.195

gcc4.spec

index 4eb6023007763da25469cc398852d643d08bdeaa..c84af37d8f7736aa3ef6266a9dcbcbd0aa9d4072 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -3,6 +3,7 @@
 # _without_ada - build without ADA support
 # _without_java        - build without Java support
 # _without_objc        - build without objc support
+# +with_pp     - build with ProPolice
 
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
@@ -14,7 +15,7 @@ Summary(pl):  Kompilator C GNU
 Summary(pt_BR):        C Compilador GNU (GCC)
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       1.1
+Release:       1.2
 Epoch:         5
 License:       GPL
 Group:         Development/Languages
@@ -44,6 +45,7 @@ Patch21:      gcc32-inline-label.patch
 Patch22:       gcc32-java-no-rpath.patch
 Patch23:       gcc32-test-rh65771.patch
 Patch24:       gcc32-test-rotate.patch
+Patch25:       %{name}-3.3.1-propolice.patch
 BuildRequires: autoconf
 BuildRequires: binutils >= 2.14
 BuildRequires: bison
@@ -623,6 +625,7 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 %patch22
 %patch23
 %patch24
+%{?_with_pp:%patch25 -p1}
 
 # because we distribute modified version of gcc...
 perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
This page took 0.049292 seconds and 4 git commands to generate.