aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar Helmut Grohne <helmut@subdivi.de>2017-07-26 01:11:49 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-07-26 01:11:49 +0200
commitec03f0f580a59b705c1046a83cfac27e8b9b9a7f (patch)
tree6181b3d299b0485c11cdc8eeeb74782b13634158 /src/firemon
parentmerges (diff)
downloadfirejail-ec03f0f580a59b705c1046a83cfac27e8b9b9a7f.tar.gz
firejail-ec03f0f580a59b705c1046a83cfac27e8b9b9a7f.tar.zst
firejail-ec03f0f580a59b705c1046a83cfac27e8b9b9a7f.zip
Improve cross build support by using configured compiler instead of make default
https://bugs.debian.org/869707
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firemon/Makefile.in b/src/firemon/Makefile.in
index 83a6621fe..c24bae9ff 100644
--- a/src/firemon/Makefile.in
+++ b/src/firemon/Makefile.in
@@ -1,5 +1,6 @@
1all: firemon 1all: firemon
2 2
3CC=@CC@
3prefix=@prefix@ 4prefix=@prefix@
4VERSION=@PACKAGE_VERSION@ 5VERSION=@PACKAGE_VERSION@
5NAME=@PACKAGE_NAME@ 6NAME=@PACKAGE_NAME@