* 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:
@@ -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++)
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user