rpms/dev86/devel dev86.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 6 12:34:32 UTC 2006


Author: jnovy

Update of /cvs/dist/rpms/dev86/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23976

Modified Files:
	dev86.spec 
Log Message:
- hardcode lib64 as Makefile ignores LIBDIR



Index: dev86.spec
===================================================================
RCS file: /cvs/dist/rpms/dev86/devel/dev86.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- dev86.spec	5 Dec 2006 10:05:00 -0000	1.18
+++ dev86.spec	6 Dec 2006 12:34:30 -0000	1.19
@@ -26,6 +26,10 @@
 %setup -q
 %patch0 -p1 -b .noelks
 
+%ifarch x86_64
+perl -pi -e 's/lib/lib64/g' Makefile
+%endif
+
 %build
 make <<EOF
 5




More information about the fedora-cvs-commits mailing list