unfortunately we have to link PCRE here because otherwise static builds fail

This commit is contained in:
zimoch
2011-09-12 09:54:29 +00:00
parent 807fe825d6
commit 910cf77d97

View File

@ -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