]> git.pld-linux.org Git - packages/db4.2.git/commitdiff
- added patch to disable O_DIRECT flag testing (O_DIRECT is silently db-4_1_24-4
authorwrobell <wrobell@pld-linux.org>
Tue, 19 Nov 2002 10:35:44 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  ignored by 2.2.x kernels, so db will not work on 2.4.x, which returns
  EINVAL on read/write)
- rel. 4

Changed files:
    db4.2.spec -> 1.7

db4.2.spec

index afdc86329c06357599a37d70027f87ef10c9b806..889b7d31e208a3daf84c96b4096096db7274d836 100644 (file)
@@ -2,7 +2,7 @@ Summary:        BSD database library for C
 Summary(pl):   Biblioteka C do obsĀ³ugi baz Berkeley DB
 Name:          db
 Version:       4.1.24
-Release:       3.1
+Release:       4
 License:       GPL
 Group:         Libraries
 Source0:       http://www.berkeleydb.com/update/snapshot/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ Patch2:               http://www.sleepycat.com/update/4.1.24/patch.4.1.24.3
 Patch3:                http://www.sleepycat.com/update/4.1.24/patch.4.1.24.4
 Patch4:                http://www.sleepycat.com/update/4.1.24/patch.4.1.24.5
 Patch5:                http://www.sleepycat.com/update/4.1.24/patch.4.1.24.6
+Patch6:                %{name}-o_direct.patch
 URL:           http://www.berkeleydb.com/
 %{?_with_java:BuildRequires:   jdk}
 BuildRequires: tcl-devel >= 8.3.2
@@ -163,9 +164,14 @@ u
 %patch3 -p0
 %patch4 -p0
 %patch5 -p0
+%patch6 -p1
 
 
 %build
+cd dist
+sh s_config
+cd ..
+
 cp -a build_unix build_unix.static
 
 cd build_unix.static
This page took 0.074326 seconds and 4 git commands to generate.