mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
postgresql: Disable tcl support by default
It needs tcl8 and defaults have moved to using tcl9 and postgres has to be ported to work with tcl9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ pkg_postinst:${PN} () {
|
|||||||
|
|
||||||
PACKAGECONFIG ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \
|
||||||
openssl python uuid libxml tcl perl zlib icu readline \
|
openssl python uuid libxml perl zlib icu readline \
|
||||||
"
|
"
|
||||||
PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"
|
PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"
|
||||||
PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"
|
PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"
|
||||||
|
|||||||
Reference in New Issue
Block a user