rpms/dietlibc/devel dietlibc.spec,1.17,1.18

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Oct 30 15:58:27 UTC 2005


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25982

Modified Files:
	dietlibc.spec 
Log Message:
added '-fno-stack-protector' to the CFLAGS



Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- dietlibc.spec	30 Oct 2005 14:15:03 -0000	1.17
+++ dietlibc.spec	30 Oct 2005 15:58:24 -0000	1.18
@@ -36,7 +36,7 @@
 Summary:	Small libc implementation
 Name:		%{?_with_cross:cross-%crossarch-}%NAME
 Version:	0.29
-Release:	%release_func 3
+Release:	%release_func 4
 License:	GPL
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -78,7 +78,7 @@
 %patch10 -p1 -b .scall
 %patch20 -p1 -b .nostackprotector
 
-%global fixcflags	-fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables
+%global fixcflags	-fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables -fno-stack-protector
 %global basemakeflags	prefix=%_libdir/dietlibc BINDIR=%_bindir MAN1DIR=%_mandir/man1 COMMENT=: %{!?_with_cross:CFLAGS="$RPM_OPT_FLAGS %fixcflags"}
 %global makeflags	%basemakeflags %{?_with_cross:CROSS=%crossarch- ARCH=%target_cpu}
 
@@ -136,8 +136,11 @@
 %endif
 
 %changelog
+* Sun Oct 30 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-4
+- added '-fno-stack-protector' to the CFLAGS
+
 * Sun Oct 30 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-3
-- remove '-fstack-protector' from CLI because it uses __stack_chk_fail
+- removed '-fstack-protector' from CLI because it uses __stack_chk_fail
   which is not provided by dietlibc
 
 * Thu May 26 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-2




More information about the fedora-extras-commits mailing list