From b21f690d39ffb5057e5bc239bb991049e382e6c8 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 14 May 2024 17:26:43 +0200 Subject: [PATCH] avoid creating libdirs too early with modern EPICS base versions --- App/tools/driver.makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index f14588a..05712f4 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -358,6 +358,7 @@ ${CONFIG}/CONFIG: # Some TOP and EPICS_BASE tweeking necessary to work around release check in 3.14.10+. EB:=${EPICS_BASE} TOP:=${EPICS_BASE} +DELAY_INSTALL_LIBS = YES -include ${CONFIG}/CONFIG SHELL = /bin/bash -O extglob BASE_CPPFLAGS=