Skip to content

Commit

Permalink
db: Rollback to 5.2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Nov 5, 2014
1 parent 143b800 commit 9cd129d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions db/5.3-vpath.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--- src/db-6.1.19/dist/aclocal/sql.m4.orig 2014-10-03 16:21:14.838769800 +0900
+++ src/db-6.1.19/dist/aclocal/sql.m4 2014-10-03 16:25:09.722632200 +0900
--- src/db-5.2.38/dist/aclocal/sql.m4.orig 2014-10-03 16:21:14.838769800 +0900
+++ src/db-5.2.38/dist/aclocal/sql.m4 2014-10-03 16:25:09.722632200 +0900
@@ -96,7 +96,7 @@
if test "$db_cv_build_cryptography" = "yes"; then
CPPFLAGS="$CPPFLAGS -DSQLITE_HAS_CODEC=1"
fi
-(cd sql && eval "\$SHELL ../$sqlite_dir/configure --disable-option-checking $ac_sub_configure_args CPPFLAGS=\"-I.. $CPPFLAGS\" --enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline " && cat build_config.h >> config.h) || exit 1
# !!! END COPIED from autoconf distribution

sqlite_dir=$srcdir/../lang/sql/sqlite
-(cd sql && eval "\$SHELL ../$sqlite_dir/configure --disable-option-checking $ac_sub_configure_args CPPFLAGS=\"-I.. $CPPFLAGS\" --enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline" && cat build_config.h >> config.h) || exit 1
+(cd sql && eval "\$SHELL $sqlite_dir/configure --disable-option-checking $ac_sub_configure_args CPPFLAGS=\"-I.. $CPPFLAGS\" --enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline " && cat build_config.h >> config.h) || exit 1

# Configure JDBC if --enable-jdbc
Expand Down
11 changes: 6 additions & 5 deletions db/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# Maintainer: Alexey Pavlov <[email protected]>

pkgname=('db' 'libdb' 'libdb-devel' 'db-docs')
pkgver=6.1.19
pkgrel=1
pkgver=5.3.28
pkgrel=2
pkgdesc="The Berkeley DB embedded database system"
url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
license=('custom')
arch=('i686' 'x86_64')
depends=('sh')
source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz
#http://download.oracle.com/otn/berkeley-db/db-${pkgver}.tar.gz
5.3-java.patch
5.3-tcl.patch
5.3-vpath.patch
db-5.3.28-msys2.patch)
options=('!makeflags')
md5sums=('bfea581b42dc0fc247041e7d48cfd7fb'
md5sums=('b99454564d5b4479750567031d66fe24'
'78b946e5ce7a942bfb447cdb2298fa84'
'b348d5e357bfc844ed159fc49317963a'
'dc5c9b1a6e39ea6ff114042510534c11'
'ff3ddf7f7016a013bc3a8049e6cc2de5'
'a3e2a49d1cf66aeea12233d21809ab7d')

prepare() {
Expand Down Expand Up @@ -60,7 +61,7 @@ package_db() {
}

package_libdb() {
depends=('gcc-libs')
depends=('gcc-libs' 'msys2-runtime')
groups=('libraries')

mkdir -p ${pkgdir}/usr/bin
Expand Down

0 comments on commit 9cd129d

Please sign in to comment.