diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 5 |
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. | |||
2 | HOMEPAGE = "http://www.postgresql.com" | 2 | HOMEPAGE = "http://www.postgresql.com" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | DEPENDS = "zlib readline tzcode-native" | 4 | DEPENDS = "zlib readline tzcode-native" |
5 | INC_PR = "r6" | 5 | INC_PR = "r7" |
6 | 6 | ||
7 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_INSTRUCTION_SET = "arm" |
8 | 8 | ||
@@ -17,7 +17,8 @@ export LDFLAGS_SL = "${LDFLAGS}" | |||
17 | 17 | ||
18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF_sh4 = "--disable-spinlocks" | 20 | EXTRA_OECONF = "--disable-rpath" |
21 | EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath" | ||
21 | 22 | ||
22 | do_compile_append() { | 23 | do_compile_append() { |
23 | cp /usr/sbin/zic ${S}/src/timezone/ | 24 | cp /usr/sbin/zic ${S}/src/timezone/ |