vsftpd: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:43:27 -07:00 committed by classabbyamp
parent 5d0e2d982f
commit 22c20b3377

View file

@ -1,7 +1,7 @@
# Template file for 'vsftpd' # Template file for 'vsftpd'
pkgname=vsftpd pkgname=vsftpd
version=3.0.5 version=3.0.5
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
makedepends="pam-devel libcap-devel libnsl-devel openssl-devel" makedepends="pam-devel libcap-devel libnsl-devel openssl-devel"
short_desc="FTP daemon with focus on security" short_desc="FTP daemon with focus on security"
@ -11,6 +11,10 @@ homepage="https://security.appspot.com/vsftpd.html"
distfiles="https://security.appspot.com/downloads/${pkgname}-${version}.tar.gz" distfiles="https://security.appspot.com/downloads/${pkgname}-${version}.tar.gz"
checksum=26b602ae454b0ba6d99ef44a09b6b9e0dfa7f67228106736df1f278c70bc91d3 checksum=26b602ae454b0ba6d99ef44a09b6b9e0dfa7f67228106736df1f278c70bc91d3
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
system_accounts="ftp" system_accounts="ftp"
ftp_pgroup=nogroup ftp_pgroup=nogroup
CFLAGS="-Wno-error" CFLAGS="-Wno-error"