diff options
| author | nia <nia@pkgsrc.org> | 2021-04-16 06:38:20 +0000 |
|---|---|---|
| committer | nia <nia@pkgsrc.org> | 2021-04-16 06:38:20 +0000 |
| commit | f9ae5eaa7ebf0e96a485f8eb9a96419f08c109de (patch) | |
| tree | 9d650ee0f9d1e7c825ced3086dd978ec2f44afe1 /databases/postgresql10 | |
| parent | a2a4062323dcaaf82d17d70bdfa2e8c3273ad3e9 (diff) | |
| download | pkgsrc-f9ae5eaa7ebf0e96a485f8eb9a96419f08c109de.tar.gz | |
postgresql: ensure linux libuuid is buildlinked when needed
Diffstat (limited to 'databases/postgresql10')
| -rw-r--r-- | databases/postgresql10/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql10/Makefile.common b/databases/postgresql10/Makefile.common index d5030b8cded..298b5cea958 100644 --- a/databases/postgresql10/Makefile.common +++ b/databases/postgresql10/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2021/03/18 15:04:53 adam Exp $ +# $NetBSD: Makefile.common,v 1.26 2021/04/16 06:38:20 nia Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -102,6 +102,7 @@ CONFIGURE_ARGS+= --with-blocksize=${PGSQL_BLCKSZ} CONFIGURE_ARGS+= --with-uuid=bsd .elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux" CONFIGURE_ARGS+= --with-uuid=e2fs +.include "../../devel/libuuid/buildlink3.mk" .elif ${OPSYS} == "SunOS" CONFIGURE_ARGS+= --with-uuid=ossp .include "../../devel/ossp-uuid/buildlink3.mk" |
