lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5153] Make a casual workaround somewhat less bad


From: Greg Chicares
Subject: [lmi-commits] [5153] Make a casual workaround somewhat less bad
Date: Mon, 21 Mar 2011 00:25:22 +0000

Revision: 5153
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5153
Author:   chicares
Date:     2011-03-21 00:25:22 +0000 (Mon, 21 Mar 2011)
Log Message:
-----------
Make a casual workaround somewhat less bad

Modified Paths:
--------------
    lmi/trunk/objects.make

Modified: lmi/trunk/objects.make
===================================================================
--- lmi/trunk/objects.make      2011-03-21 00:24:25 UTC (rev 5152)
+++ lmi/trunk/objects.make      2011-03-21 00:25:22 UTC (rev 5153)
@@ -62,10 +62,12 @@
 # These object files are used in both an application and a shared
 # library that it links to, only for builds that use shared-library
 # 'attributes'. This workaround is used merely because we don't yet
-# build these objects as a library.
+# build these objects as a library. TODO ?? The duplication is not
+# correct: it validates linking, but the linked applications don't
+# run correctly.
 
 ifneq (,$(USE_SO_ATTRIBUTES))
-  duplicated_objects = $(boost_filesystem_objects) $(boost_regex_objects)
+  duplicated_objects = $(boost_filesystem_objects) $(xmlwrapp_objects)
 endif
 
 # GNU cgicc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]