[haiku-commits] r43186 - haiku/trunk/src/tools/unzip

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 4 Nov 2011 18:59:07 +0100 (CET)

Author: kallisti5
Date: 2011-11-04 18:59:06 +0100 (Fri, 04 Nov 2011)
New Revision: 43186
Changeset: https://dev.haiku-os.org/changeset/43186
Ticket: https://dev.haiku-os.org/ticket/8031

Modified:
   haiku/trunk/src/tools/unzip/Jamfile
Log:
* relink libroot again to make build compile under new Ubuntu / Fedora versions
  which set the --no-add-needed flag (DSO Linking Changes)
* fixes #8031 


Modified: haiku/trunk/src/tools/unzip/Jamfile
===================================================================
--- haiku/trunk/src/tools/unzip/Jamfile 2011-11-04 17:58:50 UTC (rev 43185)
+++ haiku/trunk/src/tools/unzip/Jamfile 2011-11-04 17:59:06 UTC (rev 43186)
@@ -31,6 +31,6 @@
        unzip.c
        unreduce.c
        unshrink.c
-       : <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++)
+       : <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBROOT) $(HOST_LIBSUPC++)
 ;
 


Other related posts: