SPECS: openais.spec - fix build on non-amd64 arch - fix build on a...
aredridel
aredridel at pld-linux.org
Thu Apr 5 05:55:27 CEST 2007
Author: aredridel Date: Thu Apr 5 03:55:27 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build on non-amd64 arch
- fix build on arch with ( and ) in processor name
---- Files affected:
SPECS:
openais.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/openais.spec
diff -u SPECS/openais.spec:1.1 SPECS/openais.spec:1.2
--- SPECS/openais.spec:1.1 Tue Apr 3 03:24:26 2007
+++ SPECS/openais.spec Thu Apr 5 05:55:22 2007
@@ -40,7 +40,11 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
LCRSODIR=%{_libdir}/lcrso \
+%if "%{_lib}" == lib64
ARCH=64 \
+%else
+ ARCH=32 \
+%endif
STATICLIBS=NO
install -d $RPM_BUILD_ROOT%{_initrddir}
@@ -96,6 +100,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/04/05 03:55:22 aredridel
+- fix build on non-amd64 arch
+- fix build on arch with ( and ) in processor name
+
Revision 1.1 2007/04/03 01:24:26 zbyniu
- initial, needs more work
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/openais.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list