summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"