diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 10 |
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 \ | |||
72 | EXTRA_OECONF_sh4 += "--disable-spinlocks" | 72 | EXTRA_OECONF_sh4 += "--disable-spinlocks" |
73 | EXTRA_OECONF_aarch64 += "--disable-spinlocks" | 73 | EXTRA_OECONF_aarch64 += "--disable-spinlocks" |
74 | 74 | ||
75 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | ||
76 | DEBUG_OPTIMIZATION_append_mips = " -O" | ||
77 | BUILD_OPTIMIZATION_remove_mips = " -Og" | ||
78 | BUILD_OPTIMIZATION_append_mips = " -O" | ||
79 | |||
80 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | ||
81 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | ||
82 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | ||
83 | BUILD_OPTIMIZATION_append_mipsel = " -O" | ||
84 | |||
75 | PACKAGES_DYNAMIC += "^${PN}-plperl \ | 85 | PACKAGES_DYNAMIC += "^${PN}-plperl \ |
76 | ^${PN}-pltcl \ | 86 | ^${PN}-pltcl \ |
77 | ^${PN}-plpython \ | 87 | ^${PN}-plpython \ |