]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: don't hide the linker flags for e2fsck.static
authorTheodore Ts'o <tytso@mit.edu>
Fri, 2 Sep 2016 03:48:03 +0000 (23:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 2 Sep 2016 03:48:03 +0000 (23:48 -0400)
The linker command needs to be visible so the blhc scanner can work
correctly.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/rules

index 157dd6ca6b375d6cacde30006cfb3a2e1ac722b1..c4e0acf4eae2d7d163999106c2aa3c3f657a55a5 100755 (executable)
@@ -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 ; \