diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-12 21:29:54 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-13 07:05:31 -0700 |
commit | 6538118f602e47702edacd60daccbb1a00e5016f (patch) | |
tree | 10210ef46792ab2cc35b9f89fa1d08cb410e869d | |
parent | 42a1c085e692c3641881b84f1ae984534bca62aa (diff) | |
download | meta-openembedded-6538118f602e47702edacd60daccbb1a00e5016f.tar.gz |
proftpd: Always enable largefile support
largefile DISTRO_FEATURE is deprecated
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 686f1e5cd..ecd277724 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" |