summaryrefslogtreecommitdiffstats
path: root/recipes/postgresql/postgresql.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/postgresql/postgresql.inc')
-rw-r--r--recipes/postgresql/postgresql.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc
index ca8698bc11..e8cf561d98 100644
--- a/recipes/postgresql/postgresql.inc
+++ b/recipes/postgresql/postgresql.inc
@@ -2,6 +2,7 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system.
HOMEPAGE = "http://www.postgresql.com"
LICENSE = "BSD"
DEPENDS = "zlib readline tzcode-native"
+INC_PR = "r5"
ARM_INSTRUCTION_SET = "arm"
@@ -16,6 +17,8 @@ export LDFLAGS_SL = "${LDFLAGS}"
inherit autotools pkgconfig
+EXTRA_OECONF_sh4 = "--disable-spinlocks"
+
do_compile_append() {
cp /usr/sbin/zic ${S}/src/timezone/
}