I'm working on a PR for libsamplerate to build native MinGW packages.
Initially I stuck with the autotools build but for some reason '-z' was sneaking into the LDFLAGS and I couldn't figure out how to remove it.
So then I decided to transition to a CMake build which is working including tests, the problem is even though I have the macros in the spec file per the guidelines, the debuginfo stuff seems to be missing.
Can someone take a look?
https://src.fedoraproject.org/fork/hobbes1069/rpms/libsamplerate/c/9199ef8a2...
Thanks, Richard
Hi
Probably not related, but the mingw subpackages should be noarch. Also, make sure that the dlls are not stripped by the build process for whatever reason (i.e. -s flag somewhere).
Sandro
On 15.07.25 23:31, Richard Shaw via mingw wrote:
I'm working on a PR for libsamplerate to build native MinGW packages.
Initially I stuck with the autotools build but for some reason '-z' was sneaking into the LDFLAGS and I couldn't figure out how to remove it.
So then I decided to transition to a CMake build which is working including tests, the problem is even though I have the macros in the spec file per the guidelines, the debuginfo stuff seems to be missing.
Can someone take a look?
https://src.fedoraproject.org/fork/hobbes1069/rpms/libsamplerate/c/9199ef8a2...
Thanks, Richard