From da65a272e46234f35cc842b4d51f9158a87d8cf6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 27 Mar 2002 23:36:50 +0000 Subject: [PATCH] define a macro with the solaris version in it --- configure/os/CONFIG.Common.solaris-x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.solaris-x86 b/configure/os/CONFIG.Common.solaris-x86 index bdbfa2374..2f8f24722 100644 --- a/configure/os/CONFIG.Common.solaris-x86 +++ b/configure/os/CONFIG.Common.solaris-x86 @@ -26,7 +26,7 @@ POSIX_LDLIBS_YES += -lposix4 -lpthread POSIX_CPPFLAGS_NO = POSIX_LDLIBS_NO += -OP_SYS_CPPFLAGS = -DSOLARIS +OP_SYS_CPPFLAGS = -DSOLARIS=$(subst 5.,,$(shell uname -r)) ARCH_DEP_CPPFLAGS = -D_X86_ # socket and nsl needed by libca.a OP_SYS_LDLIBS += -lsocket -lnsl