GNU bug report logs -
#40362
[PATCH] gnu: cross-base: Add mingw-w64 specific binutils patches.
Previous Next
Reported by: Carl Dong <contact <at> carldong.me>
Date: Tue, 31 Mar 2020 22:49:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello Carl!
> * gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
> New file.
> * gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
> New file.
You also need to add those patches to gnu/local.mk.
> +(define (package-with-extra-patches original patches)
> + "Return package ORIGINAL with all PATCHES appended to its list of patches."
> + (package-with-patch original
> + `(,@(origin-patches (package-source original))
> + ,@patches))
Nitpick, maybe we could just name it package-with-patches?
> + (package-with-extra-patches binutils
> + (search-patches
> + "binutils-mingw-w64-specify-timestamp.patch"
> + "binutils-mingw-w64-reproducible-import-libraries.patch")))
This is over the 78 column limit.
Otherwise, seems fine!
Thanks,
Mathieu
This bug report was last modified 5 years and 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.