summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
index 80b0117c88..2e3e0e8843 100644
--- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
+++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
@@ -47,7 +47,7 @@ inherit update-rc.d useradd systemd
47 47
48CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf" 48CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf"
49LDFLAGS_append =" -lcrypt -lcap" 49LDFLAGS_append =" -lcrypt -lcap"
50 50CFLAGS_append_libc-musl = " -D_GNU_SOURCE -include fcntl.h"
51EXTRA_OEMAKE = "-e MAKEFLAGS=" 51EXTRA_OEMAKE = "-e MAKEFLAGS="
52 52
53do_configure() { 53do_configure() {