packages: llvm/llvm.spec - sorted disable/enable configure options
qboosh
qboosh at pld-linux.org
Sun Mar 11 09:49:56 CET 2012
Author: qboosh Date: Sun Mar 11 08:49:56 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- sorted disable/enable configure options
---- Files affected:
packages/llvm:
llvm.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: packages/llvm/llvm.spec
diff -u packages/llvm/llvm.spec:1.30 packages/llvm/llvm.spec:1.31
--- packages/llvm/llvm.spec:1.30 Thu Feb 9 20:09:21 2012
+++ packages/llvm/llvm.spec Sun Mar 11 09:49:51 2012
@@ -265,16 +265,16 @@
bash ../%configure \
--libdir=%{_libdir}/%{name} \
--datadir=%{_datadir}/%{name}-%{version} \
+ --disable-assertions \
%ifarch %{ix86}
- --enable-pic=no \
+ --disable-pic \
%endif
+ --disable-static \
+ --enable-bindings=%{?with_ocaml:ocaml}%{!?with_ocaml:none} \
+ --enable-debug-runtime \
%if %{with apidocs}
--enable-doxygen \
%endif
- --enable-bindings=%{?with_ocaml:ocaml}%{!?with_ocaml:none} \
- --disable-static \
- --disable-assertions \
- --enable-debug-runtime \
--enable-jit \
--enable-optimized \
--enable-shared \
@@ -488,6 +488,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2012/03/11 08:49:51 qboosh
+- sorted disable/enable configure options
+
Revision 1.30 2012/02/09 19:09:21 pluto
- fix ocaml binding build, release 1.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/llvm/llvm.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list