Skip to content
Commit b6325987 authored by Sven Joachim's avatar Sven Joachim
Browse files

Export BUILD_{C,CPP,LD}FLAGS in debian/rules

When building the multilib packages, or during a cross build, two
helper programs in ncurses/tinfo (make_hash and make_keys) are built
with the host C compiler, which does not use {C,CPP,LD}FLAGS but
rather BUILD_{C,CPP,LD}FLAGS.  Not defining those meant that blhc
complained about missing flags.

Since the helper programs are not installed and only operate on known
input this is obviously harmless, and until now I had ignored the blhc
warnings, but now they trigger a failed pipeline in the Salsa CI
tests which is annoying.
parent 39e05c05
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment