mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 17:34:51 +00:00
proftpd: Always enable largefile support
largefile DISTRO_FEATURE is deprecated Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
42a1c085e6
commit
6538118f60
@ -21,6 +21,8 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools-brokensep useradd update-rc.d systemd multilib_script
|
inherit autotools-brokensep useradd update-rc.d systemd multilib_script
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--enable-largefile"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "shadow \
|
PACKAGECONFIG ??= "shadow \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \
|
||||||
static \
|
static \
|
||||||
@ -58,7 +60,6 @@ PACKAGECONFIG[nls] = "--enable-nls, --disable-nls"
|
|||||||
|
|
||||||
#add mod_dso to core modules
|
#add mod_dso to core modules
|
||||||
PACKAGECONFIG[dso] = "--enable-dso, --disable-dso"
|
PACKAGECONFIG[dso] = "--enable-dso, --disable-dso"
|
||||||
PACKAGECONFIG[largefile] = "--enable-largefile, --disable-largefile"
|
|
||||||
|
|
||||||
#omit mod_auth_file from core modules
|
#omit mod_auth_file from core modules
|
||||||
PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file"
|
PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user