packages: db4.4/db4.4.spec - unified configure options order
qboosh
qboosh at pld-linux.org
Thu Dec 15 18:13:57 CET 2011
Author: qboosh Date: Thu Dec 15 17:13:57 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- unified configure options order
---- Files affected:
packages/db4.4:
db4.4.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: packages/db4.4/db4.4.spec
diff -u packages/db4.4/db4.4.spec:1.15 packages/db4.4/db4.4.spec:1.16
--- packages/db4.4/db4.4.spec:1.15 Thu Dec 15 18:05:27 2011
+++ packages/db4.4/db4.4.spec Thu Dec 15 18:13:52 2011
@@ -308,12 +308,12 @@
export CC CXX CFLAGS CXXFLAGS LDFLAGS
../dist/%configure \
- --enable-compat185 \
--disable-shared \
--enable-static \
- --enable-rpc \
+ --enable-compat185 \
+ --enable-cxx \
--%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \
- --enable-cxx
+ --enable-rpc
# (temporarily?) disabled because of compilation errors:
# --enable-dump185 \
@@ -327,15 +327,14 @@
../dist/%configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
+ --enable-shared \
+ --disable-static \
--enable-compat185 \
- --enable-rpc \
- --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \
--enable-cxx \
- %{?with_tcl:--enable-tcl} \
- %{?with_tcl:--with-tcl=/usr/lib} \
+ --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \
+ --enable-rpc \
%{?with_java:--enable-java} \
- --disable-static \
- --enable-shared
+ %{?with_tcl:--enable-tcl --with-tcl=/usr/lib}
%{__make} library_build \
TCFLAGS='-I$(builddir) -I%{_includedir}' \
@@ -591,6 +590,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2011/12/15 17:13:52 qboosh
+- unified configure options order
+
Revision 1.15 2011/12/15 17:05:27 qboosh
- unified: more Obsoletes when built as default_db
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/db4.4/db4.4.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list