components/stdcxx/patches/052-COLLAPSE_TEMPLATE_STATICS.cpp.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 15 Aug 2013 13:38:30 -0700
changeset 1442 dfa14f95f572
parent 402 94ae4d75524c
permissions -rw-r--r--
17312751 procmail license needs to match ARN 17264868 procmail lists dependency on obsolete shell/ksh package

--- stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_STATICS.cpp	2008-04-24 20:25:44.000000000 -0400
+++ stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_STATICS.cpp	2009-07-25 15:27:31.713328000 -0400
@@ -28,12 +28,11 @@
 #  ifndef _RWSTD_NO_collapse_template_statics.lib
 
      // link this compiled translation unit with the lib below
-     // LDOPTS = collapse_template_statics.lib$(LIBSUFFIX)
+     // LDOPTS = -lcollapse_template_statics.lib
 
 #  endif   // _RWSTD_NO_collapse_template_statics.lib
 #endif   // 0
 
-
 // also defined in collapse_template_statics.lib.cpp
 template <class T>
 struct S
@@ -60,3 +59,4 @@
 
     return !(i != j);
 }
+