This following patch was originally found at the debian mingw-w64 team's mingw-w64 repo located here: https://salsa.debian.org/mingw-w64-team/mingw-w64.git Invoke the following in the aforementioned repo to see the original patch: $ git show 4974e2c:debian/patches/dlltool-temp-prefix.patch Description: Specify dlltool's temp prefix Author: Stephen Kitt By default dlltool uses its pid for the object files it generates. Enforcing its temp prefix allows the files it generates to be reproducible. --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -36,7 +36,7 @@ DTDEF32=$(GENLIB) $(DLLTOOLFLAGS32) $(AM_DLLTOOLFLAGS) DTDEF64=$(GENLIB) $(DLLTOOLFLAGS64) $(AM_DLLTOOLFLAGS) else - AM_DLLTOOLFLAGS=-k --as=$(AS) --output-lib $@ + AM_DLLTOOLFLAGS=-k --as=$(AS) --output-lib $@ --temp-prefix $$(basename $@ .a) DLLTOOLFLAGSARM32=-m arm DLLTOOLFLAGSARM64=-m arm64 DLLTOOLFLAGS32=--as-flags=--32 -m i386 ht'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mp3.scm
AgeCommit message (Expand)Author
2024-01-01Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-12-29gnu: libid3tag: Fix cross-compiling....Zheng Junjie
2023-06-24gnu: shared-mime-info: Move to (gnu packages freedesktop)....Bruno Victal
2023-04-23gnu: eyed3: Update to 0.9.7....Leo Famulari
2023-02-19gnu: mpg123: Update to 1.31.2....Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2022-12-12gnu: ffmpeg: Promote version 5 to the default....Marius Bakke