rpms/xen/devel xen.spec,1.48,1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 9 03:42:09 UTC 2005


Author: riel

Update of /cvs/dist/rpms/xen/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14376

Modified Files:
	xen.spec 
Log Message:
boy I'm stupid


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- xen.spec	9 Sep 2005 03:27:15 -0000	1.48
+++ xen.spec	9 Sep 2005 03:42:06 -0000	1.49
@@ -38,7 +38,9 @@
 %patch1 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=%{buildroot} xen tools docs 
+CFLAGS="$RPM_OPT_FLAGS" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=%{buildroot} tools docs 
+XENFLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//'`
+CFLAGS="$XENFLAGS" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=%{buildroot} xen
 
 %install
 rm -rf %{buildroot}




More information about the fedora-cvs-commits mailing list