diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-07-09 13:10:03 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-07-09 13:10:03 +0000 |
commit | 7b0ca2d78b5d608017ae3b627079c5ab1ca30a72 (patch) | |
tree | 726d51c532f076f69fc8181178e7b1260949ad6f /app-arch/rpm/files | |
parent | When media-libs/mesa was compiled without USE-flag motif, inform that remergi... (diff) | |
download | gentoo-2-7b0ca2d78b5d608017ae3b627079c5ab1ca30a72.tar.gz gentoo-2-7b0ca2d78b5d608017ae3b627079c5ab1ca30a72.tar.bz2 gentoo-2-7b0ca2d78b5d608017ae3b627079c5ab1ca30a72.zip |
Version bump thanks to Sandro <sanchan@gentoo.org> and stan <stan@saticed.me.uk> in bug 121859 and thanks to Rumen Yotov <rumen@qrypto.org>, Nick Devito <nick125@gmail.com>, Ed Catmur <ed@catmur.co.uk> and Martin von Gagern <Martin.vGagern@gmx.net> in bug 139388
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'app-arch/rpm/files')
-rw-r--r-- | app-arch/rpm/files/digest-rpm-4.4.6 | 3 | ||||
-rw-r--r-- | app-arch/rpm/files/rpm-4.4.6-with-sqlite.patch | 20 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-arch/rpm/files/digest-rpm-4.4.6 b/app-arch/rpm/files/digest-rpm-4.4.6 new file mode 100644 index 000000000000..8dae251f56e0 --- /dev/null +++ b/app-arch/rpm/files/digest-rpm-4.4.6 @@ -0,0 +1,3 @@ +MD5 baa6f371446c65b4080d1cd1f194a7ae rpm-4.4.6.tar.gz 17157249 +RMD160 6b433d20a63fb2542244ae62eff0a8b5fe290439 rpm-4.4.6.tar.gz 17157249 +SHA256 1e1da50af2b9dfe34c79315eae7520e7e57087671e17ce26107d779ae2b0b595 rpm-4.4.6.tar.gz 17157249 diff --git a/app-arch/rpm/files/rpm-4.4.6-with-sqlite.patch b/app-arch/rpm/files/rpm-4.4.6-with-sqlite.patch new file mode 100644 index 000000000000..7624ade5efb7 --- /dev/null +++ b/app-arch/rpm/files/rpm-4.4.6-with-sqlite.patch @@ -0,0 +1,20 @@ +--- configure.ac.orig 2006-07-07 11:28:44.000000000 +0200 ++++ configure.ac 2006-07-07 11:29:09.000000000 +0200 +@@ -625,6 +625,9 @@ + WITH_SQLITE3_INCLUDE= + WITH_SQLITE3_LIB= + ++withval=yes ++AC_ARG_WITH(sqlite, [ --with-sqlite use sqlite database library ]) ++if test "$withval" != no; then + AC_CHECK_HEADER([sqlite3.h], [ + AC_CHECK_LIB(sqlite3, sqlite3_open, [ + AC_DEFINE(HAVE_SQLITE3_H, 1, [Define if you have the <sqlite3.h> header file]) +@@ -642,6 +645,7 @@ + DBLIBSRCS="$DBLIBSRCS sqlite.c" + fi + ]) ++fi + + AC_SUBST(WITH_SQLITE3_SUBDIR) + AC_SUBST(WITH_SQLITE3_INCLUDE) |