diff options
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index 7164bc0370..314c23dc08 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
@@ -19,7 +19,7 @@ DESCRIPTION = "\ | |||
19 | " | 19 | " |
20 | HOMEPAGE = "http://www.postgresql.com" | 20 | HOMEPAGE = "http://www.postgresql.com" |
21 | LICENSE = "BSD" | 21 | LICENSE = "BSD" |
22 | DEPENDS = "zlib readline tzcode-native" | 22 | DEPENDS = "zlib readline tzcode-native gettext-native" |
23 | 23 | ||
24 | ARM_INSTRUCTION_SET = "arm" | 24 | ARM_INSTRUCTION_SET = "arm" |
25 | 25 | ||
@@ -60,8 +60,7 @@ PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | |||
60 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," | 60 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," |
61 | PACKAGECONFIG[python] = "--with-python,--without-python,python,python" | 61 | PACKAGECONFIG[python] = "--with-python,--without-python,python,python" |
62 | PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid," | 62 | PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid," |
63 | # when tcl native package is fixed change WORKDIR to STAGING_BINDIR_CROSS | 63 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," |
64 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl," | ||
65 | PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," | 64 | PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," |
66 | PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2" | 65 | PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2" |
67 | PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl" | 66 | PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl" |