summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/include/makeinclude/platform_linux.GNU4
2 files changed, 9 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 8bbb1101485..f14ad2fa8ec 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 26 02:16:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_linux.GNU:
+ Mandriva 2007 fix
+
Fri Jun 26 00:46:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/ACE-guidelines.html:
diff --git a/ACE/include/makeinclude/platform_linux.GNU b/ACE/include/makeinclude/platform_linux.GNU
index 0bce73d819b..30ad3fc1309 100644
--- a/ACE/include/makeinclude/platform_linux.GNU
+++ b/ACE/include/makeinclude/platform_linux.GNU
@@ -36,6 +36,10 @@ ifeq (Red Hat, $(findstring Red Hat,$(CXX_FULL_VERSION)))
gcc_template_instantiation_visibility ?= 1
endif
endif
+# Mandriva 2007
+ifeq (4.1.1-3mdk, $(findstring 4.1.1-3mdk,$(CXX_FULL_VERSION)))
+ gcc_template_instantiation_visibility ?= 1
+endif
FLAGS_C_CC += -W -Wall -Wpointer-arith
ifeq ($(threads),1)