On 5 June 2014 14:38, Rainer Müller <rai...@codingfarm.de> wrote: > On 2014-03-14 13:29, Paolo Bonzini wrote: >> Il 13/03/2014 19:48, Peter Maydell ha scritto: >>> Yep, here we are: >>> LIBSSH2_LIBS=-L/opt/local/lib -lssh2 -Wl,-headerpad_max_install_names >>> -arch x86_64 >>> CURL_LIBS=-L/opt/local/lib -lcurl >>> >>> rules.mak is incorrectly reordering the contents of >>> these and generating a non-working mess. >> >> Fam, >> >> is the $(sort) actually necessary in extract-libs? It is required in >> expand-objs, but duplicate -l options should be harmless. > > The current master still contains this bug and sorts "-arch x86_64" > separately. I doubt the $(sort) does anything useful.
Ugh. This was supposed to be fixed by commit 6295b98d7b767c. Fam, can you re-check your fix, please? thanks -- PMM