From 7c42f005dbdf4fd8b3bacf196f3d781f9464ded0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 23 Apr 1997 16:55:23 +0000 Subject: [PATCH] remove -D_REENTRANT flag --- config/CONFIG.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.solaris b/config/CONFIG.solaris index 12ad43147..f3657b372 100644 --- a/config/CONFIG.solaris +++ b/config/CONFIG.solaris @@ -131,7 +131,7 @@ UNIX_LDFLAGS = -L$(EPICS_BASE_LIB) $(CCOMPILER_LDFLAGS) UNIX_LDLIBS = $(UNIX_SLIBS) -lm $(CCOMPILER_LDLIBS) # Architecture specific build flags -ARCH_DEP_CFLAGS = -DSOLARIS -D_REENTRANT +ARCH_DEP_CFLAGS = -DSOLARIS ARCH_DEP_CXXFLAGS = $(ARCH_DEP_CFLAGS) ARCH_DEP_LDLIBS = -lsocket -lnsl # -lsocket needed by libca.a