From: Theodore Ts'o Date: Fri, 2 Sep 2016 03:48:03 +0000 (-0400) Subject: debian: don't hide the linker flags for e2fsck.static X-Git-Tag: v1.43.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0567982b3c54c8a55c66b41b1bf3a269af5b4d;p=thirdparty%2Fe2fsprogs.git 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 --- diff --git a/debian/rules b/debian/rules index 157dd6ca6..c4e0acf4e 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 ; \