Skip to content

Commit 01dd622

Browse files
committed
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 <[email protected]>
1 parent 367d850 commit 01dd622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-oe/recipes-dbs/postgresql/postgresql.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pkg_postinst:${PN} () {
5555

5656
PACKAGECONFIG ??= " \
5757
${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \
58-
openssl python uuid libxml tcl perl zlib icu readline \
58+
openssl python uuid libxml perl zlib icu readline \
5959
"
6060
PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"
6161
PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"

0 commit comments

Comments
 (0)