From 993fbd06e9aacabb6fd240c75e4bc953cbf22f38 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 19 Jul 2001 15:27:44 +0000 Subject: [PATCH] Updated to solaris 8 POSIX flags. --- configure/os/CONFIG.Common.solaris-sparc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc index 558d5551e..e4c05bf1e 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -16,12 +16,12 @@ ARCH_CLASS = sparc CODE_CPPFLAGS = -D__EXTENSIONS__ # This is the only combination of posix threads flags that works with solaris 6 -POSIX_CPPFLAGS_YES = -D_REENTRANT -D_POSIX_C_SOURCE=199506L -POSIX_LDLIBS_YES += -lposix4 -lpthread -lthread +####POSIX_CPPFLAGS_YES = -D_REENTRANT -D_POSIX_C_SOURCE=199506L +####POSIX_LDLIBS_YES += -lposix4 -lpthread -lthread # This set of flags is recommended by sun for posix threads and works with solaris 8 -####POSIX_CPPFLAGS_YES = -D_POSIX_C_SOURCE=199506L -####POSIX_LDLIBS_YES += -lposix4 -lpthread +POSIX_CPPFLAGS_YES = -D_POSIX_C_SOURCE=199506L +POSIX_LDLIBS_YES += -lposix4 -lpthread POSIX_CPPFLAGS_NO = POSIX_LDLIBS_NO +=