rpms/radvd/devel radvd.spec,1.35,1.36

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 1 13:42:47 UTC 2007


Author: mbacovsk

Update of /cvs/dist/rpms/radvd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29295

Modified Files:
	radvd.spec 
Log Message:
* Thu Feb  1 2007 Martin Bacovsky <mbacovsk at redhat.com> - 1.0-2.fc7
- linking with -pie flag turned on again



Index: radvd.spec
===================================================================
RCS file: /cvs/dist/rpms/radvd/devel/radvd.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- radvd.spec	31 Jan 2007 19:12:19 -0000	1.35
+++ radvd.spec	1 Feb 2007 13:42:45 -0000	1.36
@@ -5,7 +5,7 @@
 Summary:   A Router Advertisement daemon
 Name:      radvd
 Version:   1.0
-Release:   1%{?dist}
+Release:   2%{?dist}
 # The code includes the advertising clause, so it's GPL-incompatible
 License:   BSD-style
 Group:     System Environment/Daemons
@@ -30,6 +30,7 @@
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE" 
+export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen'
 %configure --with-pidfile=/var/run/radvd/radvd.pid
 make
 # make %{?_smp_mflags} 
@@ -86,6 +87,9 @@
 %{_sbindir}/radvdump
 
 %changelog
+* Thu Feb  1 2007 Martin Bacovsky <mbacovsk at redhat.com> - 1.0-2.fc7
+- linking with -pie flag turned on again
+
 * Wed Jan 31 2007 Martin Bacovsky <mbacovsk at redhat.com> - 1.0-1.fc7
 - rebase to upstream 1.0
 - Resolves: #225542: radvd 1.0 released




More information about the fedora-cvs-commits mailing list