From: Nathaniel Roach Date: Mon, 28 Jul 2014 11:57:28 +0000 (+0800) Subject: postgresql: enable staging installation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d7236bd3068da8a527e1b9f1da434790cf09c20;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- 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