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

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


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

---- Files affected:
packages/db4.3:
   db4.3.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/db4.3/db4.3.spec
diff -u packages/db4.3/db4.3.spec:1.26 packages/db4.3/db4.3.spec:1.27
--- packages/db4.3/db4.3.spec:1.26	Thu Dec 15 18:06:51 2011
+++ packages/db4.3/db4.3.spec	Thu Dec 15 18:14:59 2011
@@ -309,12 +309,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 \
@@ -328,15 +328,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}' \
@@ -586,6 +585,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2011/12/15 17:14:59  qboosh
+- unified configure options order
+
 Revision 1.26  2011/12/15 17:06:51  qboosh
 - unified: more Obsoletes when built as default_db
 
================================================================

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



More information about the pld-cvs-commit mailing list