Add support for cross compilation in the Makefile.
This patch was needed in Debian, but I don't see any reason why it couldn't be upstream directly. Other Linux distributions might need it too.
This patch was originally from Helmut Grohne: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943749#5
How do I apply this patch to 'dmrconfig' package that already cloned and installed from the github?
Damien
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, September 20, 2020 5:54 PM, Francois Marier [email protected] wrote:
This patch was needed in Debian, but I don't see any reason why it couldn't be upstream directly. Other Linux distributions might need it too.
You can view, comment on, or merge this pull request online at:
https://github.com/sergev/dmrconfig/pull/58
Commit Summary
- Add support for cross compilation in the Makefile.
File Changes
- M Makefile (7)
Patch Links:
https://github.com/sergev/dmrconfig/pull/58.patch
https://github.com/sergev/dmrconfig/pull/58.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@user111222333 Two steps:
-
Download the patch from https://patch-diff.githubusercontent.com/raw/sergev/dmrconfig/pull/58.patch
-
Apply the patch to your local repository:
patch -p1 < 58.patch