summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_linux_common.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_linux_common.GNU')
-rw-r--r--ACE/include/makeinclude/platform_linux_common.GNU7
1 files changed, 5 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/platform_linux_common.GNU b/ACE/include/makeinclude/platform_linux_common.GNU
index 71cb5b1e6f6..e5b988e6e5f 100644
--- a/ACE/include/makeinclude/platform_linux_common.GNU
+++ b/ACE/include/makeinclude/platform_linux_common.GNU
@@ -81,10 +81,13 @@ ifeq (NPTL, $(word 1,$(GNU_LIBPTHREAD_VERSION)))
endif
endif
nptl ?= 0
-ifeq ($(nptl),1)
- CPPFLAGS += -DACE_HAS_LINUX_NPTL
+ifeq ($(nptl),0)
+ CPPFLAGS += -DACE_LACKS_LINUX_NPTL
endif
+LSB_RELEASE_ID := $(shell lsb_release -i)
+LSB_RELEASE_RELEASE := $(shell lsb_release -r)
+
ssl ?= 0
ifeq ($(ssl),1)
# Some Linux OpenSSL installations compile in Kerberos support. Add