From 910cf77d972937c18d8144c22af7c2bfaafd9e74 Mon Sep 17 00:00:00 2001 From: zimoch Date: Mon, 12 Sep 2011 09:54:29 +0000 Subject: [PATCH] unfortunately we have to link PCRE here because otherwise static builds fail --- streamApp/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/streamApp/Makefile b/streamApp/Makefile index 6c6d6ac..afd72c5 100644 --- a/streamApp/Makefile +++ b/streamApp/Makefile @@ -48,6 +48,16 @@ endif streamApp_DBD += stream.dbd +ifdef PCRE +LIB_LIBS += pcre +else +ifneq ($(words $(PCRE_LIB) $(PCRE_INCLUDE)),0) +PROD_SYS_LIBS_DEFAULT += pcre +PROD_SYS_LIBS_WIN32 += $(PCRE_LIB)\\pcre +SHRLIB_DEPLIB_DIRS += $(PCRE_LIB) +endif +endif + PROD_LIBS += $(EPICS_BASE_IOC_LIBS) # Write StreamDevice debug output to this file