packages: db4.8/db4.8.spec - unified configure options order
qboosh
qboosh at pld-linux.org
Mon Dec 12 18:24:37 CET 2011
Author: qboosh Date: Mon Dec 12 17:24:37 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- unified configure options order
---- Files affected:
packages/db4.8:
db4.8.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: packages/db4.8/db4.8.spec
diff -u packages/db4.8/db4.8.spec:1.9 packages/db4.8/db4.8.spec:1.10
--- packages/db4.8/db4.8.spec:1.9 Sun Dec 11 20:45:28 2011
+++ packages/db4.8/db4.8.spec Mon Dec 12 18:24:32 2011
@@ -299,11 +299,11 @@
export CC CXX CFLAGS CXXFLAGS LDFLAGS
../dist/%configure \
- --enable-compat185 \
--disable-shared \
--enable-static \
- --enable-posixmutexes \
- --enable-cxx
+ --enable-compat185 \
+ --enable-cxx \
+ --enable-posixmutexes
# (temporarily?) disabled because of compilation errors:
# --enable-dump185 \
@@ -317,14 +317,13 @@
../dist/%configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
+ --enable-shared \
+ --disable-static \
--enable-compat185 \
- --enable-posixmutexes \
--enable-cxx \
- %{?with_tcl:--enable-tcl} \
- %{?with_tcl:--with-tcl=/usr/lib} \
+ --enable-posixmutexes \
%{?with_java:--enable-java} \
- --disable-static \
- --enable-shared
+ %{?with_tcl:--enable-tcl --with-tcl=/usr/lib}
%{__make} library_build \
TCFLAGS='-I$(builddir) -I%{_includedir}' \
@@ -584,6 +583,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2011/12/12 17:24:32 qboosh
+- unified configure options order
+
Revision 1.9 2011/12/11 19:45:28 qboosh
- typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/db4.8/db4.8.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list