diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-14 11:16:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-14 11:16:35 +0000 |
commit | 3970b1ea60a6ec2a5efaf762090e634a824f06de (patch) | |
tree | 15f594d49175931c5f7cc12168547737a31f7e6b /net-p2p/dctc/files | |
parent | Stable on amd64 wrt bug #320205 (diff) | |
download | gentoo-2-3970b1ea60a6ec2a5efaf762090e634a824f06de.tar.gz gentoo-2-3970b1ea60a6ec2a5efaf762090e634a824f06de.tar.bz2 gentoo-2-3970b1ea60a6ec2a5efaf762090e634a824f06de.zip |
Skip BerkDB sanity check resulting in AC_MSG_ERROR with 5.0 wrt #319951 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/dctc/files')
-rw-r--r-- | net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch b/net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch new file mode 100644 index 000000000000..4d92c02b53b7 --- /dev/null +++ b/net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch @@ -0,0 +1,13 @@ +--- configure.in ++++ configure.in +@@ -222,10 +222,6 @@ + CPPFLAGS="$CPPFLAGS -DBDB_V4" + fi + +- if test $db_major -ne 3 -a $db_major -ne 4; then +- AC_MSG_ERROR(no supported BerkeleyDB found (4.x or 3.x). Your version is $db_version) +- fi +- + AC_CHECK_LIB(db-$db_version,db_env_create,HAVE_DB=yes) + if test "x$HAVE_DB" = "xyes"; then + AC_SUBST(berkeleydb_libs) |