rpms/synce/devel synce.spec,1.8,1.9

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Sep 28 06:30:06 UTC 2005


Author: awjb

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

Modified Files:
	synce.spec 
Log Message:
- disable stack protector



Index: synce.spec
===================================================================
RCS file: /cvs/extras/rpms/synce/devel/synce.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- synce.spec	27 Sep 2005 21:47:00 -0000	1.8
+++ synce.spec	28 Sep 2005 06:30:04 -0000	1.9
@@ -89,6 +89,10 @@
     --with-libmimedir-include="${MIMEDIRINC}" \
     --with-libmimedir-lib="${MIMEDIRLIB}" \
     --disable-static
+# don't want stack protector on this one
+%{__perl} -pi -e 's/-fstack-protector/-fno-stack-protector/;' \
+Makefile src/Makefile lib/Makefile man/Makefile
+
 make LDFLAGS="-L${SYNCEINC} -L${RAPI2INC} -L${MIMEDIRLIB}"
 cd ..
 # build the serial support




More information about the fedora-extras-commits mailing list