rpms/libtwin/devel libtwin.spec,1.7,1.8

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Wed Apr 23 01:53:06 UTC 2008


Author: dwmw2

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

Modified Files:
	libtwin.spec 
Log Message:
build fix


Index: libtwin.spec
===================================================================
RCS file: /cvs/extras/rpms/libtwin/devel/libtwin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libtwin.spec	19 Feb 2008 02:00:33 -0000	1.7
+++ libtwin.spec	23 Apr 2008 01:52:28 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		libtwin
 Version:	0.0.2
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Tiny Window System
 
 Group:		System Environment/Libraries
@@ -45,7 +45,7 @@
 %patch2 -p1
 
 %build
-%configure
+CFLAGS="$RPM_OPT_FLAGS -flax-vector-conversions" %configure
 make %{?_smp_mflags}
 
 
@@ -78,6 +78,9 @@
 %{_libdir}/pkgconfig/libtwin.pc
 
 %changelog
+* Wed Apr 23 2008 David Woodhouse <dwmw2 at infradead.org> - 0.0.2-8
+- Add -flax-vector-conversions to CFLAGS
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.0.2-7
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list