OpenRTX / dmrconfig

Configuration utility for DMR radios
BSD 3-Clause "New" or "Revised" License
240 stars 56 forks source link

Add support for cross compilation in the Makefile. #58

Closed fmarier closed 2 years ago

fmarier commented 4 years ago

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

user111222333 commented 4 years ago

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 notifications@github.com 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:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fmarier commented 4 years ago

@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