summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Roach <nroach44@gmail.com>2014-07-28 19:57:28 +0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-28 20:53:05 +0200
commit0d7236bd3068da8a527e1b9f1da434790cf09c20 (patch)
treea3dd91861112919c9cf7f7d127dde96c30875510
parentb2ba4b2c4bd441269defdbd03d8b4b891416ae81 (diff)
downloadbuildroot-0d7236bd3068da8a527e1b9f1da434790cf09c20.tar.gz
buildroot-0d7236bd3068da8a527e1b9f1da434790cf09c20.zip
postgresql: enable staging installation
Certain packages need the headers/libraries from Postgresql to build properly. [Thomas: slightly reword the commit message.] Signed-off-by: Nathaniel Roach <nroach44@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/postgresql/postgresql.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index b3317379e0..0fecbc71d1 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -10,6 +10,8 @@ POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
POSTGRESQL_LICENSE_FILES = COPYRIGHT
+POSTGRESQL_INSTALL_STAGING = YES
+
ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
POSTGRESQL_CONF_OPT += --disable-thread-safety
endif
OpenPOWER on IntegriCloud