diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index a1665ab2b2..09c6a3ca9d 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
@@ -56,7 +56,7 @@ pkg_postinst_${PN} () { | |||
56 | enable_pam = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 56 | enable_pam = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
57 | PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" | 57 | PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" |
58 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 58 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
59 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," | 59 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl ac_cv_file__dev_urandom=yes,openssl," |
60 | PACKAGECONFIG[python] = "--with-python,--without-python,python3,python3" | 60 | PACKAGECONFIG[python] = "--with-python,--without-python,python3,python3" |
61 | PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux," | 61 | PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux," |
62 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," | 62 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," |