From cd0567982b3c54c8a55c66b41b1bf3a269af5b4d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 1 Sep 2016 23:48:03 -0400 Subject: [PATCH] debian: don't hide the linker flags for e2fsck.static The linker command needs to be visible so the blhc scanner can work correctly. Signed-off-by: Theodore Ts'o --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 157dd6ca..c4e0acf4 100755 --- a/debian/rules +++ b/debian/rules @@ -376,7 +376,7 @@ ${BUILDSTDSTAMP}: ${CFGSTDSTAMP} fi $(MAKE) -C ${stdbuilddir} V=1 all ifneq ($(BUILD_E2FSCK_STATIC),no) - $(MAKE) -C ${stdbuilddir}/e2fsck e2fsck.static + $(MAKE) -C ${stdbuilddir}/e2fsck V=1 e2fsck.static endif if ! test -d debian/orig-gmo ; then \ mkdir debian/orig-gmo ; \