mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-13 17:54:03 -09:00
When doing a build with "make -s" (silent option), the build of Boost fails. Indeed, in this case boost.mk is passing -d as a option to Boost, but -d must be followed by a digit. Fixes: - https://bugs.buildroot.org/show_bug.cgi?id=14951 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>