diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index 1397f564de..c7aed9ec4e 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
| @@ -31,13 +31,6 @@ SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \ | |||
| 31 | file://postgresql-setup \ | 31 | file://postgresql-setup \ |
| 32 | file://postgresql.service \ | 32 | file://postgresql.service \ |
| 33 | file://0001-Use-pkg-config-for-libxml2-detection.patch \ | 33 | file://0001-Use-pkg-config-for-libxml2-detection.patch \ |
| 34 | file://0002-Predict-integer-overflow-to-avoid-buffer-overruns.patch \ | ||
| 35 | file://0003-Shore-up-ADMIN-OPTION-restrictions.patch \ | ||
| 36 | file://0004-Prevent-privilege-escalation-in-explicit-calls-to-PL.patch \ | ||
| 37 | file://0005-Avoid-repeated-name-lookups-during-table-and-index-D.patch \ | ||
| 38 | file://0006-Fix-handling-of-wide-datetime-input-output.patch \ | ||
| 39 | file://0007-Make-pqsignal-available-to-pg_regress-of-ECPG-and-is.patch \ | ||
| 40 | file://0008-Prevent-potential-overruns-of-fixed-size-buffers.patch \ | ||
| 41 | " | 34 | " |
| 42 | 35 | ||
| 43 | LEAD_SONAME = "libpq.so" | 36 | LEAD_SONAME = "libpq.so" |
| @@ -76,7 +69,6 @@ PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl" | |||
| 76 | EXTRA_OECONF += "--enable-thread-safety --disable-rpath \ | 69 | EXTRA_OECONF += "--enable-thread-safety --disable-rpath \ |
| 77 | --datadir=${datadir}/${BPN} \ | 70 | --datadir=${datadir}/${BPN} \ |
| 78 | --sysconfdir=${sysconfdir}/${BPN} \ | 71 | --sysconfdir=${sysconfdir}/${BPN} \ |
| 79 | --without-krb5 \ | ||
| 80 | " | 72 | " |
| 81 | EXTRA_OECONF_sh4 += "--disable-spinlocks" | 73 | EXTRA_OECONF_sh4 += "--disable-spinlocks" |
| 82 | EXTRA_OECONF_aarch64 += "--disable-spinlocks" | 74 | EXTRA_OECONF_aarch64 += "--disable-spinlocks" |
