From 6a4d0a5918a80b778c707e9ea51f299ed0ffd9ee Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 30 Jun 2000 15:44:56 +0000 Subject: [PATCH] HP-UX needs an additional define to include the reentrant time functions --- src/libCom/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 84614dfdc..f1142d5cb 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -3,6 +3,8 @@ include $(TOP)/configure/CONFIG LIBCOM = $(TOP)/src/libCom +USR_CXXFLAGS_hpux += -D_REENTRANT + #epicsVersion is created by this Makefile INC += epicsVersion.h