SPECS (DEVEL): xen.spec - lib64 hack

arekm arekm at pld-linux.org
Sun Jul 31 00:21:29 CEST 2005


Author: arekm                        Date: Sat Jul 30 22:21:29 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- lib64 hack

---- Files affected:
SPECS:
   xen.spec (1.16.4.1 -> 1.16.4.2) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.16.4.1 SPECS/xen.spec:1.16.4.2
--- SPECS/xen.spec:1.16.4.1	Sat Jul 30 17:22:15 2005
+++ SPECS/xen.spec	Sun Jul 31 00:21:23 2005
@@ -126,6 +126,12 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+%ifarch %{x8664}
+# XXX: fix package and drop this hack
+install -d $RPM_BUILD_ROOT%{_libdir}
+ln -s lib64 $RPM_BUILD_ROOT%{_prefix}/lib
+%endif
+
 %{__make} install-xen install-tools install-docs \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -246,6 +252,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16.4.2  2005/07/30 22:21:23  arekm
+- lib64 hack
+
 Revision 1.16.4.1  2005/07/30 15:22:15  speedy
 - up to 20050730
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.16.4.1&r2=1.16.4.2&f=u




More information about the pld-cvs-commit mailing list