diff options
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index 6858015478..07cd121511 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
| @@ -78,7 +78,7 @@ EXTRA_OECONF += "--disable-rpath \ | |||
| 78 | --datadir=${datadir}/${BPN} \ | 78 | --datadir=${datadir}/${BPN} \ |
| 79 | --sysconfdir=${sysconfdir}/${BPN} \ | 79 | --sysconfdir=${sysconfdir}/${BPN} \ |
| 80 | " | 80 | " |
| 81 | EXTRA_OECONF:sh4 += "--disable-spinlocks" | 81 | EXTRA_OECONF:append:sh4 = " --disable-spinlocks" |
| 82 | 82 | ||
| 83 | DEBUG_OPTIMIZATION:remove:mips = " -Og" | 83 | DEBUG_OPTIMIZATION:remove:mips = " -Og" |
| 84 | DEBUG_OPTIMIZATION:append:mips = " -O" | 84 | DEBUG_OPTIMIZATION:append:mips = " -O" |
