postgresql: enable staging installation
authorNathaniel Roach <nroach44@gmail.com>
Mon, 28 Jul 2014 11:57:28 +0000 (19:57 +0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 28 Jul 2014 18:53:05 +0000 (20:53 +0200)
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>
package/postgresql/postgresql.mk

index b3317379e0987f8547637d0ce6dbdb501a0a3ca2..0fecbc71d16121274aaca423665c39d2b0885529 100644 (file)
@@ -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