SPECS: aquamarine.spec - fix build on x86_64
shadzik
shadzik at pld-linux.org
Sun Dec 3 20:15:24 CET 2006
Author: shadzik Date: Sun Dec 3 19:15:24 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build on x86_64
---- Files affected:
SPECS:
aquamarine.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/aquamarine.spec
diff -u SPECS/aquamarine.spec:1.3 SPECS/aquamarine.spec:1.4
--- SPECS/aquamarine.spec:1.3 Sun Dec 3 20:05:59 2006
+++ SPECS/aquamarine.spec Sun Dec 3 20:15:19 2006
@@ -28,7 +28,12 @@
%{__make} -f admin/Makefile.common svn
%build
-%configure
+%configure \
+%if "%{_lib}" == "lib64"
+ --enable-libsuffix=64 \
+%endif
+ --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+ --with-qt-libraries=%{_libdir}
%{__make}
%install
@@ -51,6 +56,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/12/03 19:15:19 shadzik
+- fix build on x86_64
+
Revision 1.3 2006/12/03 19:05:59 rotom
- URL added
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/aquamarine.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list