dmrconfig icon indicating copy to clipboard operation
dmrconfig copied to clipboard

Add support for cross compilation in the Makefile.

Open fmarier opened this issue 5 years ago • 2 comments

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

fmarier avatar Sep 20 '20 17:09 fmarier

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

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 avatar Sep 21 '20 03:09 user111222333

@user111222333 Two steps:

  1. Download the patch from https://patch-diff.githubusercontent.com/raw/sergev/dmrconfig/pull/58.patch

  2. Apply the patch to your local repository:

    patch -p1 < 58.patch
    

fmarier avatar Sep 21 '20 03:09 fmarier