From c86c976670fc5fb39dd8713b926f21091444144f Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Thu, 20 May 2021 18:35:19 +0200
Subject: [PATCH] Drop PostgreSQL 9.5

---
 components/openindiana/ddu/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/components/openindiana/ddu/Makefile b/components/openindiana/ddu/Makefile
index 7682285..b4f145d 100644
--- a/components/openindiana/ddu/Makefile
+++ b/components/openindiana/ddu/Makefile
@@ -68,6 +68,8 @@
 ENV=/usr/bin/env -i
 
 COMPONENT_BUILD_ARGS += CC=$(CC) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
+COMPONENT_BUILD_ENV += PATH="$(PATH)"
+COMPONENT_INSTALL_ENV += PATH="$(PATH)"
 
 build: $(BUILD_32)
 

--
Gitblit v1.9.3