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 <tytso@mit.edu>
next
Theodore Ts'o 2016-09-01 23:48:03 -04:00
parent 98e858bf9d
commit cd0567982b
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -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 ; \