summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-04-12 08:09:46 -0700
committerVagrant Cascadian <vagrant@debian.org>2022-04-12 08:10:16 -0700
commitc2b338d0d3778232f79b0cd0825b2fdc87f232c0 (patch)
treef8166a53e41e262a09e104190c597298a25d4db4
parent61c6ae0caa600fb3e8de904d38beca4e8a73c165 (diff)
Fix FTCBFS: Use host tools. Closes: #903521
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f08e610..7927a2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ STRIP=$(DEB_HOST_GNU_TYPE)-strip --strip-unneeded --remove-section=.note --remov
build:
# Builds the binary package.
- make CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
+ make CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
touch build
clean: