From 2f4f7479b091b44ab38a06e1a9370e05ff144d84 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 4 Nov 2011 17:59:06 +0000 Subject: [PATCH] * relink libroot again to make build compile under new Ubuntu / Fedora versions which set the --no-add-needed flag (DSO Linking Changes) * fixes #8031 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43186 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/unzip/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/unzip/Jamfile b/src/tools/unzip/Jamfile index 6ca3b0a422..79b9db4b4c 100644 --- a/src/tools/unzip/Jamfile +++ b/src/tools/unzip/Jamfile @@ -31,6 +31,6 @@ BuildPlatformMain unzip : unzip.c unreduce.c unshrink.c - : libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++) + : libunzip.a $(HOST_LIBBE) $(HOST_LIBROOT) $(HOST_LIBSUPC++) ;