mirror of https://github.com/sipwise/sems.git
These variables used to be shell variables passed to the make invocations in various rules. But those got refactored into make variables. The problem is that in make the equal sign does not bind according to surrounding lack of spaces, and the first equal sign will mark an assignment for the rest of the string including subsequent equal signs. The other problem is with the CPPFLAGS assignment where it will assign append the value and then subsequent conditional assignments will not take place. Switch to use DEB_CPPFLAGS_APPEND, which was designed precisely for this purpose. Fixes: commitmr10.5.99b5df2495eChange-Id: Ice82295903729fed3f0fb11f750f3f2fdde2e09f (cherry picked from commitb7494cf7ff)
parent
bdc30e1261
commit
df88a930c0
Loading…
Reference in new issue