rpms/wise2/devel wise2.spec,1.4,1.5

alexlan alexlan at fedoraproject.org
Thu Jul 16 06:17:23 UTC 2009


Author: alexlan

Update of /cvs/extras/rpms/wise2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7020

Modified Files:
	wise2.spec 
Log Message:
- Add -D_POSIX_C_SOURCE=200112L to CFLAGS as a workaround to fix FTBFS (#511627)



Index: wise2.spec
===================================================================
RCS file: /cvs/extras/rpms/wise2/devel/wise2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- wise2.spec	25 Feb 2009 18:49:07 -0000	1.4
+++ wise2.spec	16 Jul 2009 06:17:22 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           wise2
 Version:        2.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Tools for comparison of biopolymers
 
 Group:          Applications/Engineering
@@ -41,7 +41,7 @@ cp src/models/GNULICENSE LICENSE.GPL
 %build
 cd src
 ## removed "{?_smp_mflags}", does not support parallel build
-make CC=gcc CFLAGS="-c $RPM_OPT_FLAGS" all
+make CC=gcc CFLAGS="-c $RPM_OPT_FLAGS -D_POSIX_C_SOURCE=200112L" all
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/profile.d/*
 
 %changelog
+* Thu Jul 16 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.2.0-6
+- Add -D_POSIX_C_SOURCE=200112L to CFLAGS as a workaround to fix FTBFS (#511627)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list