packages: db4.6/db4.6.spec - unified configure options order

qboosh qboosh at pld-linux.org
Thu Dec 15 18:12:01 CET 2011


Author: qboosh                       Date: Thu Dec 15 17:12:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- unified configure options order

---- Files affected:
packages/db4.6:
   db4.6.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/db4.6/db4.6.spec
diff -u packages/db4.6/db4.6.spec:1.14 packages/db4.6/db4.6.spec:1.15
--- packages/db4.6/db4.6.spec:1.14	Thu Dec 15 16:56:12 2011
+++ packages/db4.6/db4.6.spec	Thu Dec 15 18:11:56 2011
@@ -311,12 +311,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 \
@@ -330,15 +330,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}' \
@@ -599,6 +598,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2011/12/15 17:11:56  qboosh
+- unified configure options order
+
 Revision 1.14  2011/12/15 15:56:12  qboosh
 - unified: more Obsoletes when built as default_db
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/db4.6/db4.6.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list