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 d45f4b5edf..9b242e0476 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
@@ -28,10 +28,11 @@ SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \ | |||
28 | file://postgresql.init \ | 28 | file://postgresql.init \ |
29 | file://postgresql-bashprofile \ | 29 | file://postgresql-bashprofile \ |
30 | file://postgresql.pam \ | 30 | file://postgresql.pam \ |
31 | file://0001-Use-pkg-config-for-libxml2-detection.patch \ | ||
32 | file://postgresql-setup \ | 31 | file://postgresql-setup \ |
33 | file://postgresql.service \ | 32 | file://postgresql.service \ |
34 | " | 33 | file://0001-Use-pkg-config-for-libxml2-detection.patch \ |
34 | file://0002-Predict-integer-overflow-to-avoid-buffer-overruns.patch \ | ||
35 | " | ||
35 | 36 | ||
36 | LEAD_SONAME = "libpq.so" | 37 | LEAD_SONAME = "libpq.so" |
37 | 38 | ||