diff options
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index 79d12811e8..a9b4a012ca 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
| @@ -42,7 +42,7 @@ enable_pam = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | |||
| 42 | PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" | 42 | PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" |
| 43 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 43 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
| 44 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," | 44 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," |
| 45 | PACKAGECONFIG[python] = "--with-python,--wsithout-python,python,python" | 45 | PACKAGECONFIG[python] = "--with-python,--without-python,python,python" |
| 46 | PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid," | 46 | PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid," |
| 47 | # when tcl native package is fixed change WORKDIR to STAGING_BINDIR_CROSS | 47 | # when tcl native package is fixed change WORKDIR to STAGING_BINDIR_CROSS |
| 48 | PACKAGECONFIG[tcl] = \ | 48 | PACKAGECONFIG[tcl] = \ |
