All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/perl-db-file: Berkeley DB 1.85 compatibility API is not needed
@ 2015-12-20 13:58 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2015-12-20 13:58 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=619280aea0b1ddd105e4bf79f8af81576183164b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This package is also compatible with Berkeley DB v2 or higher:
https://metacpan.org/source/PMQS/DB_File-1.835/Changes

1.50
    DB_File can now build with either DB 1.x or 2.x, but not both at
    the same time.

[Thomas: adjust Config.in help text accordingly.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/perl-db-file/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/perl-db-file/Config.in b/package/perl-db-file/Config.in
index 37bc5da..f07e5df 100644
--- a/package/perl-db-file/Config.in
+++ b/package/perl-db-file/Config.in
@@ -2,9 +2,8 @@ config BR2_PACKAGE_PERL_DB_FILE
 	bool "perl-db-file"
 	depends on !BR2_STATIC_LIBS
 	select BR2_PACKAGE_BERKELEYDB
-	select BR2_PACKAGE_BERKELEYDB_COMPAT185
 	help
-	  Perl5 access to Berkeley DB version 1.x
+	  Perl5 access to Berkeley DB version 1.x or 2.x.
 
 	  https://metacpan.org/release/DB_File
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-20 13:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-20 13:58 [Buildroot] [git commit] package/perl-db-file: Berkeley DB 1.85 compatibility API is not needed Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.