diff options
author | gdt <gdt@pkgsrc.org> | 2015-07-07 17:26:10 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-07-07 17:26:10 +0000 |
commit | 3c9464b39d363d80ed7915a282b99b6b33267dc6 (patch) | |
tree | 1e7d5d6e751c072bc851a8b81471b89c942d2e9d /databases/postgresql-postgis2 | |
parent | dbe5bdce0da707102e9fb714500c8961abcff1bf (diff) | |
download | pkgsrc-3c9464b39d363d80ed7915a282b99b6b33267dc6.tar.gz |
Add a TODO about a build issue.
When postgis is built as a non-root user, but postgresql was built as
root, postgis's use of pgxs.mk leads to install -o root, which fails.
Diffstat (limited to 'databases/postgresql-postgis2')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 9a7c64c3ca4..32ec4a1cff3 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/07/07 15:49:48 gdt Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/07 17:26:10 gdt Exp $ DISTNAME= postgis-2.1.8 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -19,6 +19,9 @@ CONFLICTS= postgis-[0-9]* # 1. File ticket upstream about make->$(MAKE) in doc/html/image_src/Makefile. # 2. Update to upstream with fixes for: # http://trac.osgeo.org/postgis/ticket/2909 +# 3. Fix installation use of "install -o root" from pgxs.mk, when postgresql +# was built as root and postgis is built/installed as a non-root user. +# https://lists.osgeo.org/pipermail/postgis-devel/2015-July/025045.html # gmake complains about adding + to parent rule MAKE_JOBS_SAFE= no |