* 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
This commit is contained in:
Alexander von Gluck IV
2011-11-04 17:59:06 +00:00
parent 865a0be1c0
commit 2f4f7479b0
+1 -1
View File
@@ -31,6 +31,6 @@ BuildPlatformMain <build>unzip :
unzip.c
unreduce.c
unshrink.c
: <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++)
: <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBROOT) $(HOST_LIBSUPC++)
;