From f1ca19bbf2ef957c4e445db7d303888f2b7aad47 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 29 Jan 2025 12:13:15 +0000 Subject: [PATCH] reorder pcre library reference --- StreamDevice/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StreamDevice/install.sh b/StreamDevice/install.sh index 5289973..50a3e69 100755 --- a/StreamDevice/install.sh +++ b/StreamDevice/install.sh @@ -15,6 +15,8 @@ ibek support register ${NAME} if [[ $EPICS_TARGET_ARCH == "RTEMS"* ]]; then + ibek support add-libs pcre + cd ${SUPPORT}/${NAME} # get the pcre source @@ -74,5 +76,4 @@ ibek support generate-links ${FOLDER} if [[ $EPICS_TARGET_ARCH == "RTEMS"* ]]; then # make pcre library available to the IOC (can this be done more cleanly?) cp ${SUPPORT}/PCRE/lib/libpcre.a ${SUPPORT}/${NAME}/lib/RTEMS-beatnik - ibek support add-libs pcre fi