xtables-addons: pass correct flags to compile and install
authorSébastien Blin <sebastien.blin@savoirfairelinux.com>
Sat, 2 Mar 2019 15:31:22 +0000 (10:31 -0500)
committerEneas Queiroz <cote2004-github@yahoo.com>
Tue, 21 May 2019 19:22:49 +0000 (16:22 -0300)
commit32aaaaa7d37980de7482a49a729009cad6b3e28d
treedba77de0bfe65706d116254425963885194cd5e6
parent5ea5d69ed3442885d51bbe4807fe40b471bace34
xtables-addons: pass correct flags to compile and install

The Makefile currently redefine the Compile and Install functions.
This is not working when using an external toolchain because some
flags are not interpreted, like CROSS_COMPILE. It is possible to
override the MAKE_FLAGS and MAKE_INSTALL_FLAGS instead.

Signed-off-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
net/xtables-addons/Makefile