vsftpd: fix musl compatibility
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 16 Jun 2015 18:50:04 +0000 (21:50 +0300)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Jun 2015 16:14:06 +0000 (18:14 +0200)
commit3b0f173db6ec73cea07ca016a3df68da4b7ef3c8
treec862519f5b93fbfc8b5c6e74f784d70b1b04cefd
parent52b28091fdbb0c9f0cadae3ac3ab3f58058157bb
vsftpd: fix musl compatibility

Make vsftpd to compile with musl, while preserving uclibc compatibility.

When using musl:
* disable UTMPX functionality
* disable -lnsl option in upstream Makefile

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
net/vsftpd/Makefile
net/vsftpd/patches/006-musl-compatibility.patch [new file with mode: 0644]