mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/proftpd: disable wtmp
musl only ships stubs fo wtmp so there is no reason to build proftp with wtmp support.
This commit is contained in:
parent
b1c8fbcc25
commit
a542792202
@ -1,9 +1,10 @@
|
|||||||
|
# Contributor: Pedro Filipe <pedrofilipe64@gmail.com>
|
||||||
# Contributor: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
|
# Contributor: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
|
||||||
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
||||||
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
|
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
|
||||||
pkgname=proftpd
|
pkgname=proftpd
|
||||||
pkgver=1.3.6
|
pkgver=1.3.6
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
_pkgver=${pkgver/_rc/rc}
|
_pkgver=${pkgver/_rc/rc}
|
||||||
pkgdesc="Highly configurable FTP server software"
|
pkgdesc="Highly configurable FTP server software"
|
||||||
url="http://www.proftpd.org/"
|
url="http://www.proftpd.org/"
|
||||||
@ -56,6 +57,7 @@ build() {
|
|||||||
--libexecdir=/usr/lib/$pkgname \
|
--libexecdir=/usr/lib/$pkgname \
|
||||||
--disable-strip \
|
--disable-strip \
|
||||||
--disable-pam \
|
--disable-pam \
|
||||||
|
--disable-wtmp \
|
||||||
--enable-dso \
|
--enable-dso \
|
||||||
--enable-facl \
|
--enable-facl \
|
||||||
--enable-pcre \
|
--enable-pcre \
|
||||||
|
Loading…
Reference in New Issue
Block a user