[haiku-commits] r39403 - haiku/branches/developer/bonefish/weak-symbols/src/bin/coreutils/lib

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 11 Nov 2010 14:45:53 +0100 (CET)

Author: bonefish
Date: 2010-11-11 14:45:53 +0100 (Thu, 11 Nov 2010)
New Revision: 39403
Changeset: http://dev.haiku-os.org/changeset/39403

Modified:
   haiku/branches/developer/bonefish/weak-symbols/src/bin/coreutils/lib/Jamfile
Log:
Don't build localtime_r(). It's not needed, since Haiku implements it, and due
to libroot's symbol now being preemptable this caused an infinite recursion
(since it is implemented using localtime() which in turn uses localtime_r()).


Modified: 
haiku/branches/developer/bonefish/weak-symbols/src/bin/coreutils/lib/Jamfile
===================================================================
--- 
haiku/branches/developer/bonefish/weak-symbols/src/bin/coreutils/lib/Jamfile    
    2010-11-10 23:50:52 UTC (rev 39402)
+++ 
haiku/branches/developer/bonefish/weak-symbols/src/bin/coreutils/lib/Jamfile    
    2010-11-11 13:45:53 UTC (rev 39403)
@@ -9,7 +9,7 @@
 SubDirSysHdrs $(SUBDIR) ;
 #SubDirSysHdrs $(SUBDIR) $(DOTDOT) ;
 
-StaticLibrary libfetish.a : 
+StaticLibrary libfetish.a :
 #      __fpending.c
 #      acl.c
 #      alloca.c
@@ -205,7 +205,7 @@
 #      strtoull.c
 #      strtoumax.c
        tempname.c
-       time_r.c
+#      time_r.c
        trim.c
        u8-uctomb.c
        u8-uctomb-aux.c


Other related posts: