SPECS: xcircuit.spec - amd64 configure fix
blekot
blekot at pld-linux.org
Wed Dec 14 21:55:58 CET 2005
Author: blekot Date: Wed Dec 14 20:55:58 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- amd64 configure fix
---- Files affected:
SPECS:
xcircuit.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/xcircuit.spec
diff -u SPECS/xcircuit.spec:1.11 SPECS/xcircuit.spec:1.12
--- SPECS/xcircuit.spec:1.11 Wed Oct 26 18:46:25 2005
+++ SPECS/xcircuit.spec Wed Dec 14 21:55:52 2005
@@ -49,7 +49,11 @@
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure
+%configure \
+%if "%{_lib}" == "lib64"
+ --enable-libsuffix=64 \
+%endif
+ --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full}
%{__make}
%install
@@ -95,6 +99,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2005/12/14 20:55:52 blekot
+- amd64 configure fix
+
Revision 1.11 2005/10/26 16:46:25 blues
- 3.4.6 - new URL, does not build on amd64
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xcircuit.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list