From 3ee8db4b435425faf0a4638049c16f24f50c02f1 Mon Sep 17 00:00:00 2001
From: Dirk Zimoch <dirk.zimoch@psi.ch>
Date: Wed, 3 Jan 2018 09:56:44 +0100
Subject: [PATCH] make sure that install directory is created with group write
 rights

---
 App/tools/driver.makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile
index 8d820fd8..fd60ec17 100644
--- a/App/tools/driver.makefile
+++ b/App/tools/driver.makefile
@@ -307,9 +307,13 @@ ${CONFIG}/CONFIG:
 EB=${EPICS_BASE}
 TOP:=${EPICS_BASE}
 -include ${CONFIG}/CONFIG
+BASE_CPPFLAGS=
 EPICS_BASE:=${EB}
-SHRLIB_VERSION=
 COMMON_DIR = O.${EPICSVERSION}_Common
+ifndef LEGACY_RSET
+USR_CPPFLAGS+=-DUSE_TYPED_RSET
+endif
+SHRLIB_VERSION=
 # do not link *everything* with readline (and curses)
 COMMANDLINE_LIBRARY =
 # Relax (3.13) cross compilers (default is STRICT) to allow sloppier syntax.
-- 
GitLab