diff options
author | Nathaniel Roach <nroach44@gmail.com> | 2014-07-28 19:57:28 +0800 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-28 20:53:05 +0200 |
commit | 0d7236bd3068da8a527e1b9f1da434790cf09c20 (patch) | |
tree | a3dd91861112919c9cf7f7d127dde96c30875510 | |
parent | b2ba4b2c4bd441269defdbd03d8b4b891416ae81 (diff) | |
download | buildroot-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.mk | 2 |
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 |