Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e858b
)
debian: don't hide the linker flags for e2fsck.static
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 2 Sep 2016 03:48:03 +0000
(23:48 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
157dd6c
..
c4e0acf
100755
(executable)
--- 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 ; \