summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-03-15 13:10:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-03-15 13:10:25 +0000
commita7857dbf7d1bd6a1f9d522c70a23d0aba28578dc (patch)
tree45334bb595587709c5bcca7b6f600d12882560ad /ACE
parenta55e79490150696c92ffe030cc22e9b51c2677e7 (diff)
downloadATCD-a7857dbf7d1bd6a1f9d522c70a23d0aba28578dc.tar.gz
Mon Mar 15 12:50:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/templates/gnu.mpd: When generating with -static set static_libs_only to 1. This fixes bugzilla 3815. Thanks to Chad Elliot for assisting with this
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/bin/MakeProjectCreator/templates/gnu.mpd3
2 files changed, 9 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 1cdc4212346..eca4baf64d4 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 15 12:50:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+ When generating with -static set static_libs_only to 1. This fixes
+ bugzilla 3815. Thanks to Chad Elliot for assisting with this
+
Mon Mar 15 09:41:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
Reverted change below, it breaks unix builds
diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
index 875851f1c0f..c447335405a 100644
--- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
@@ -20,6 +20,9 @@ BIN_UNCHECKED = <%exename%>
LIB_PREFIX ?= lib
<%endif%>
+<%if(need_staticflags)%>
+static_libs_only ?= 1
+<%endif%>
<%if(staticname)%>
## LIB_CHECKED may be set to empty later on in this file