We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3953

Summary: MinGW: compile version.rc into a libtool object
Product: SDL_mixer Reporter: Fabian Greffrath <fabian+debian>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.2   
Hardware: x86_64   
OS: Linux   
Attachments: MinGW: compile version.rc into a libtool object

Description Fabian Greffrath 2017-11-10 12:37:03 UTC
Created attachment 3079 [details]
MinGW: compile version.rc into a libtool object

We apply the attached patch to the mingw-w64-SDL2_mixer package in MSYS2:

https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-SDL2_mixer

It compiles version.rc into a libtool object, which somehow suddenly becomes necessary after running autoreconf over the sources (which we do after applying the patch in #3952).

Best regards,

 - Fabian