summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/postgresql.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 85f19170b..6e2023143 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -72,6 +72,16 @@ EXTRA_OECONF += "--enable-thread-safety --disable-rpath \
72EXTRA_OECONF_sh4 += "--disable-spinlocks" 72EXTRA_OECONF_sh4 += "--disable-spinlocks"
73EXTRA_OECONF_aarch64 += "--disable-spinlocks" 73EXTRA_OECONF_aarch64 += "--disable-spinlocks"
74 74
75DEBUG_OPTIMIZATION_remove_mips = " -Og"
76DEBUG_OPTIMIZATION_append_mips = " -O"
77BUILD_OPTIMIZATION_remove_mips = " -Og"
78BUILD_OPTIMIZATION_append_mips = " -O"
79
80DEBUG_OPTIMIZATION_remove_mipsel = " -Og"
81DEBUG_OPTIMIZATION_append_mipsel = " -O"
82BUILD_OPTIMIZATION_remove_mipsel = " -Og"
83BUILD_OPTIMIZATION_append_mipsel = " -O"
84
75PACKAGES_DYNAMIC += "^${PN}-plperl \ 85PACKAGES_DYNAMIC += "^${PN}-plperl \
76 ^${PN}-pltcl \ 86 ^${PN}-pltcl \
77 ^${PN}-plpython \ 87 ^${PN}-plpython \