From d7067fe2c28d3c54e9e590060f83a5ebeb64951d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 30 Nov 2023 11:29:52 -0300 Subject: [PATCH] base: build epics-base with GCC_PIPE=YES. This can speed up the build by avoiding usage of temporary files. --- base/install_epics.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/install_epics.sh b/base/install_epics.sh index 498115c..f8d27cf 100755 --- a/base/install_epics.sh +++ b/base/install_epics.sh @@ -7,6 +7,8 @@ set -ex lnls-get-n-unpack -l https://epics-controls.org/download/base/base-${EPICS_BASE_VERSION}.tar.gz mv base-${EPICS_BASE_VERSION} ${EPICS_BASE_PATH} +echo GCC_PIPE=YES >> ${EPICS_BASE_PATH}/configure/CONFIG_SITE + patch -d ${EPICS_BASE_PATH} -Np1 < backport-epics-base-musl.patch install_module base EPICS_BASE