http://bugs.winehq.org/show_bug.cgi?id=33401
Bug #: 33401 Summary: Can't build tests without libport on non-x86(-64) platforms Product: Wine Version: 1.5.28 Platform: arm OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: nerv@dawncrow.de CC: Stefan.Leichter@camLine.com Classification: Unclassified Regression SHA1: c8ada1fc0663f77f3790babc51c3872ed7d7a4cd
testlist.o: In function `InterlockedExchangeAdd': /home/username/wine/dlls/advapi32/tests/../../../include/winbase.h:2616: undefined reference to `interlocked_xchg_add'
caused by
commit c8ada1fc0663f77f3790babc51c3872ed7d7a4cd Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 9 15:25:56 2013 +0200
makefiles: Don't link against libport in the tests.