rpms/libx86/devel libx86.spec,1.1,1.2

Matthew Garrett (mjg59) fedora-extras-commits at redhat.com
Tue May 20 20:06:03 UTC 2008


Author: mjg59

Update of /cvs/pkgs/rpms/libx86/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31119

Modified Files:
	libx86.spec 
Log Message:
* Tue May 20 2008 Matthew Garrett <mjg at redhat.com> 1.1-2
- Ensure RPM_OPT_FLAGS are passed. Patch from Till Maas.



Index: libx86.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libx86/devel/libx86.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libx86.spec	20 May 2008 17:10:11 -0000	1.1
+++ libx86.spec	20 May 2008 20:05:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libx86          
 Version:        1.1    
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for making real-mode x86 calls
 
 Group:          System Environment/Libraries
@@ -32,7 +32,7 @@
 
 
 %build
-make BACKEND=x86emu LIBDIR=%{_libdir} %{?_smp_mflags}
+CFLAGS="$RPM_OPT_FLAGS" make BACKEND=x86emu LIBDIR=%{_libdir} %{?_smp_mflags}
 
 
 %install
@@ -58,5 +58,8 @@
 %{_includedir}/*.h
 
 %changelog
+* Tue May 20 2008 Matthew Garrett <mjg at redhat.com> 1.1-2
+- Ensure RPM_OPT_FLAGS are passed. Patch from Till Maas.
+
 * Mon May 19 2008 Matthew Garrett <mjg at redhat.com> 1.1-1
 - Initial packaging of libx86




More information about the scm-commits mailing list