summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-12 21:29:54 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-13 07:05:31 -0700
commit6538118f602e47702edacd60daccbb1a00e5016f (patch)
tree10210ef46792ab2cc35b9f89fa1d08cb410e869d
parent42a1c085e692c3641881b84f1ae984534bca62aa (diff)
downloadmeta-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.bb3
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
22inherit autotools-brokensep useradd update-rc.d systemd multilib_script 22inherit autotools-brokensep useradd update-rc.d systemd multilib_script
23 23
24EXTRA_OECONF += "--enable-largefile"
25
24PACKAGECONFIG ??= "shadow \ 26PACKAGECONFIG ??= "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
60PACKAGECONFIG[dso] = "--enable-dso, --disable-dso" 62PACKAGECONFIG[dso] = "--enable-dso, --disable-dso"
61PACKAGECONFIG[largefile] = "--enable-largefile, --disable-largefile"
62 63
63#omit mod_auth_file from core modules 64#omit mod_auth_file from core modules
64PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file" 65PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file"