From a5427922024eb4448d998dd3acb6c15b75a7f8c9 Mon Sep 17 00:00:00 2001 From: Pedro Filipe Date: Sun, 5 Nov 2017 22:22:26 -0300 Subject: [PATCH] testing/proftpd: disable wtmp musl only ships stubs fo wtmp so there is no reason to build proftp with wtmp support. --- testing/proftpd/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/proftpd/APKBUILD b/testing/proftpd/APKBUILD index 9bbdcc13a9f..b4941026857 100644 --- a/testing/proftpd/APKBUILD +++ b/testing/proftpd/APKBUILD @@ -1,9 +1,10 @@ +# Contributor: Pedro Filipe # Contributor: Elizabeth Jennifer Myers # Contributor: Valery Kartel # Maintainer: Valery Kartel pkgname=proftpd pkgver=1.3.6 -pkgrel=4 +pkgrel=5 _pkgver=${pkgver/_rc/rc} pkgdesc="Highly configurable FTP server software" url="http://www.proftpd.org/" @@ -56,6 +57,7 @@ build() { --libexecdir=/usr/lib/$pkgname \ --disable-strip \ --disable-pam \ + --disable-wtmp \ --enable-dso \ --enable-facl \ --enable-pcre \