packages: db5.0/db5.0.spec - enable "historic" dbm interface (two options b...

qboosh qboosh at pld-linux.org
Tue May 11 06:32:34 CEST 2010


Author: qboosh                       Date: Tue May 11 04:32:33 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enable "historic" dbm interface (two options because of configure bug)

---- Files affected:
packages/db5.0:
   db5.0.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/db5.0/db5.0.spec
diff -u packages/db5.0/db5.0.spec:1.3 packages/db5.0/db5.0.spec:1.4
--- packages/db5.0/db5.0.spec:1.3	Mon May 10 09:11:24 2010
+++ packages/db5.0/db5.0.spec	Tue May 11 06:32:28 2010
@@ -15,7 +15,7 @@
 Summary(pl.UTF-8):	Biblioteka C do obsługi baz Berkeley DB
 Name:		db5.0
 Version:	%{ver}.%{patchlevel}
-Release:	1
+Release:	1.2
 License:	BSD-like (see LICENSE)
 Group:		Libraries
 Source0:	http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz
@@ -350,11 +350,13 @@
 export CC CXX CFLAGS CXXFLAGS LDFLAGS
 
 ../dist/%configure \
-	--enable-compat185 \
 	--disable-shared \
 	--enable-static \
-	--enable-posixmutexes \
-	--enable-cxx
+	--enable-compat185 \
+	--enable-cxx \
+	--enable-dbm \
+	--enable-build_dbm \
+	--enable-posixmutexes
 
 # (temporarily?) disabled because of compilation errors:
 #	--enable-dump185 \
@@ -368,18 +370,19 @@
 ../dist/%configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
+	--enable-shared \
+	--disable-static \
 	--enable-compat185 \
-	--enable-posixmutexes \
 	--enable-cxx \
-	--enable-stl \
+	--enable-dbm \
+	--enable-build_dbm \
+	--enable-posixmutexes \
 	--enable-sql \
 	--enable-sql_compat \
 	--enable-sql_codegen \
-	%{?with_tcl:--enable-tcl} \
-	%{?with_tcl:--with-tcl=/usr/lib} \
+	--enable-stl \
 	%{?with_java:--enable-java} \
-	--disable-static \
-	--enable-shared
+	%{?with_tcl:--enable-tcl --with-tcl=/usr/lib}
 
 %{__make} library_build \
 	TCFLAGS='-I$(builddir) -I%{_includedir}' \
@@ -645,6 +648,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2010/05/11 04:32:28  qboosh
+- enable "historic" dbm interface (two options because of configure bug)
+
 Revision 1.3  2010/05/10 07:11:24  qboosh
 - -utils need -sql as well
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/db5.0/db5.0.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list