diff options
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb index 686f1e5cdf..ecd2777247 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb | |||
| @@ -21,6 +21,8 @@ S = "${WORKDIR}/git" | |||
| 21 | 21 | ||
| 22 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script | 22 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script |
| 23 | 23 | ||
| 24 | EXTRA_OECONF += "--enable-largefile" | ||
| 25 | |||
| 24 | PACKAGECONFIG ??= "shadow \ | 26 | PACKAGECONFIG ??= "shadow \ |
| 25 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ | 27 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ |
| 26 | static \ | 28 | static \ |
| @@ -58,7 +60,6 @@ PACKAGECONFIG[nls] = "--enable-nls, --disable-nls" | |||
| 58 | 60 | ||
| 59 | #add mod_dso to core modules | 61 | #add mod_dso to core modules |
| 60 | PACKAGECONFIG[dso] = "--enable-dso, --disable-dso" | 62 | PACKAGECONFIG[dso] = "--enable-dso, --disable-dso" |
| 61 | PACKAGECONFIG[largefile] = "--enable-largefile, --disable-largefile" | ||
| 62 | 63 | ||
| 63 | #omit mod_auth_file from core modules | 64 | #omit mod_auth_file from core modules |
| 64 | PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file" | 65 | PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file" |
