[PATCH] libport: Add wine_call_on_stack_obsolete fallback for other architectures

André Hentschel nerv at dawncrow.de
Wed Aug 12 05:41:15 CDT 2020


Am 10.08.20 um 22:16 schrieb Alexandre Julliard:
> André Hentschel <nerv at dawncrow.de> writes:
> 
>> Signed-off-by: André Hentschel <nerv at dawncrow.de>
>> ---
>>  libs/wine/port.c | 5 +++++
>>  1 file changed, 5 insertions(+)
> 
> Other architectures don't need to worry about backwards compatibility.
> 

without the libport patch I get on ppc64le:
/usr/bin/ld: libwine.so.1.0: no symbol version section for versioned symbol `wine_call_on_stack at WINE_1.0'

I thought this would be an easy fix. What is your suggestion?



More information about the wine-devel mailing list