diff options
-rw-r--r-- | meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb | 2 |
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 | ||
48 | CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf" | 48 | CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf" |
49 | LDFLAGS_append =" -lcrypt -lcap" | 49 | LDFLAGS_append =" -lcrypt -lcap" |
50 | 50 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE -include fcntl.h" | |
51 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 51 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
52 | 52 | ||
53 | do_configure() { | 53 | do_configure() { |