TheThingsArchive / packet_forwarder

Packet forwarder for Linux based gateways
MIT License
84 stars 92 forks source link

Modify main build script so that CGO_* flags can be exported from outside the script #86

Closed smithandrewc closed 7 years ago

smithandrewc commented 7 years ago

Any reason not to allow the CGO_* flags in the build.make file to be defined outside the makefile? I'm compiling this project inside Yocto which requires cross-compiling and setting up some environment variables.

CLAassistant commented 7 years ago

CLA assistant check
All committers have signed the CLA.

egourlao commented 7 years ago

Thank you for your contribution! Any chance you could rebase it against the develop branch? Our usual process is to merge new changes to develop, then to merge develop to master to release new versions.