rpms/libgeotiff/F-11 libgeotiff.spec,1.9,1.10

Miloš Jakubíček mjakubicek at fedoraproject.org
Wed Apr 22 20:24:41 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/libgeotiff/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8545/F-11

Modified Files:
	libgeotiff.spec 
Log Message:
- Fix FTBFS: use gcc -shared instead of ld -shared to compile with -fstack-protector




Index: libgeotiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgeotiff/F-11/libgeotiff.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libgeotiff.spec	25 Feb 2009 15:06:49 -0000	1.9
+++ libgeotiff.spec	22 Apr 2009 20:24:09 -0000	1.10
@@ -1,6 +1,6 @@
 Name:      libgeotiff
 Version:   1.2.5
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   GeoTIFF format library
 Group:     System Environment/Libraries
 License:   MIT
@@ -57,6 +57,9 @@
 # disable -g flag removal
 sed -i 's| \| sed \"s\/-g \/\/\"||g' configure
 
+# use gcc -shared instead of ld -shared to build with -fstack-protector
+sed -i 's|LD_SHARED=@LD_SHARED@|LD_SHARED=@CC@ -shared|' Makefile.in
+
 %configure \
         --prefix=%{_prefix} \
         --includedir=%{_includedir}/%{name}/ \
@@ -130,6 +133,9 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed Apr 22 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1.2.5-4
+- Fix FTBFS: use gcc -shared instead of ld -shared to compile with -fstack-protector
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list