From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Kuhls Date: Sat, 5 Dec 2015 23:42:23 +0100 Subject: [Buildroot] [PATCH 2/2] package/perl-db-file: Berkeley DB 1.85 compatibility API is not needed In-Reply-To: <1449355343-19014-1-git-send-email-bernd.kuhls@t-online.de> References: <1449355343-19014-1-git-send-email-bernd.kuhls@t-online.de> Message-ID: <1449355343-19014-2-git-send-email-bernd.kuhls@t-online.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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. Signed-off-by: Bernd Kuhls --- package/perl-db-file/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/perl-db-file/Config.in b/package/perl-db-file/Config.in index 37bc5da..cf6cb72 100644 --- a/package/perl-db-file/Config.in +++ b/package/perl-db-file/Config.in @@ -2,7 +2,6 @@ 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 -- 2.6.2