diff options
| -rw-r--r-- | meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb | 2 |
1 files changed, 2 insertions, 0 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 580dabe766..4ee881ddd5 100644 --- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb | |||
| @@ -42,6 +42,8 @@ inherit update-rc.d useradd systemd | |||
| 42 | CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf" | 42 | CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf" |
| 43 | LDFLAGS_append =" -lcrypt -lcap" | 43 | LDFLAGS_append =" -lcrypt -lcap" |
| 44 | 44 | ||
| 45 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
| 46 | |||
| 45 | do_configure() { | 47 | do_configure() { |
| 46 | # Fix hardcoded /usr, /etc, /var mess. | 48 | # Fix hardcoded /usr, /etc, /var mess. |
| 47 | cat tunables.c|sed s:\"/usr:\"${prefix}:g|sed s:\"/var:\"${localstatedir}:g \ | 49 | cat tunables.c|sed s:\"/usr:\"${prefix}:g|sed s:\"/var:\"${localstatedir}:g \ |
