]> git.pld-linux.org Git - packages/db5.3.git/blobdiff - db5.3.spec
- compilation fix
[packages/db5.3.git] / db5.3.spec
index 6d1e646aa288ddccdd16d8040251ff6e8b1db214..0f92ab8d723e79f6ac2bfc85aa00bd0e7366e7b7 100644 (file)
@@ -17,7 +17,7 @@ Summary:      Berkeley DB database library for C
 Summary(pl.UTF-8):     Biblioteka C do obsÅ‚ugi baz Berkeley DB
 Name:          db5.3
 Version:       %{ver}.%{patchlevel}
-Release:       3
+Release:       4
 License:       BSD-like (see LICENSE)
 Group:         Libraries
 #Source0Download: http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html
@@ -25,6 +25,8 @@ Source0:      http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz
 # Source0-md5: b99454564d5b4479750567031d66fe24
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-sql-features.patch
+Patch2:                db-5.3.28-cwd-db_config.patch
+Patch3:                %{name}-atomic_compare_exchange.patch
 URL:           http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html
 BuildRequires: automake
 %if %{with java}
@@ -372,9 +374,12 @@ poleceÅ„.
 %setup -q -n db-%{ver}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.sub dist
+cp -f /usr/share/automake/config.sub lang/sql/sqlite
 
 JAVACFLAGS="-source 1.5 -target 1.5"
 export JAVACFLAGS
This page took 0.068606 seconds and 4 git commands to generate.