~alpine/devel

main/mutt: depend on gdbm-dev instead of db-dev v1 PROPOSED

Dubiousjim: 1
 main/mutt: depend on gdbm-dev instead of db-dev

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/457/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/mutt: depend on gdbm-dev instead of db-dev Export this patch

The --enable-hcache config options demands some DB headers/lib be present; currently
we specify db in the APKBUILD, however this version of mutt only seems to recognize
db v4, and we're currently at v5.3. Let's specify gdbm instead, which mutt also
accepts.
---
 main/mutt/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 1c6bc7d..9efe8a7 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -8,7 +8,7 @@ url="http://www.mutt.org"
arch="all"
license="GPL"
depends=
makedepends="cyrus-sasl-dev db-dev gettext-dev gpgme-dev libiconv-dev
makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libiconv-dev
	libidn-dev ncurses-dev openssl-dev perl"
install=
subpackages="$pkgname-doc $pkgname-lang"
-- 
1.8.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---