Skip to content

Commit

Permalink
postgresql: Disable tcl support by default
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kraj committed Nov 6, 2024
1 parent 367d850 commit 01dd622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-dbs/postgresql/postgresql.inc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pkg_postinst:${PN} () {

PACKAGECONFIG ??= " \
${@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[perl] = "--with-perl,--without-perl,perl,perl"
Expand Down

0 comments on commit 01dd622

Please sign in to comment.