summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index ab6aea4579..01c41c12ef 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system.
2HOMEPAGE = "http://www.postgresql.com" 2HOMEPAGE = "http://www.postgresql.com"
3LICENSE = "BSD" 3LICENSE = "BSD"
4DEPENDS = "zlib readline tzcode-native" 4DEPENDS = "zlib readline tzcode-native"
5INC_PR = "r6" 5INC_PR = "r7"
6 6
7ARM_INSTRUCTION_SET = "arm" 7ARM_INSTRUCTION_SET = "arm"
8 8
@@ -17,7 +17,8 @@ export LDFLAGS_SL = "${LDFLAGS}"
17 17
18inherit autotools pkgconfig 18inherit autotools pkgconfig
19 19
20EXTRA_OECONF_sh4 = "--disable-spinlocks" 20EXTRA_OECONF = "--disable-rpath"
21EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath"
21 22
22do_compile_append() { 23do_compile_append() {
23 cp /usr/sbin/zic ${S}/src/timezone/ 24 cp /usr/sbin/zic ${S}/src/timezone/