packages: db4.5/db4.5.spec - unified configure options order
qboosh
qboosh at pld-linux.org
Thu Dec 15 18:12:52 CET 2011
Author: qboosh Date: Thu Dec 15 17:12:52 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- unified configure options order
---- Files affected:
packages/db4.5:
db4.5.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: packages/db4.5/db4.5.spec
diff -u packages/db4.5/db4.5.spec:1.30 packages/db4.5/db4.5.spec:1.31
--- packages/db4.5/db4.5.spec:1.30 Thu Dec 15 18:04:11 2011
+++ packages/db4.5/db4.5.spec Thu Dec 15 18:12:47 2011
@@ -326,12 +326,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 \
@@ -345,15 +345,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}' \
@@ -617,6 +616,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2011/12/15 17:12:47 qboosh
+- unified configure options order
+
Revision 1.30 2011/12/15 17:04:11 qboosh
- unified: more Obsoletes when built as default_db
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/db4.5/db4.5.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list