Whamcloud - gitweb
libext2fs: apply LDFLAGS when building tst_inline_data
authorEric Biggers <ebiggers@google.com>
Fri, 17 Mar 2017 22:38:36 +0000 (15:38 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2017 19:52:13 +0000 (15:52 -0400)
commit2541e012804042d7210311c7a923c414c8aa31e3
tree23f3538966a804c4708fa53b363c2cfe92ad7eb6
parentf09669fc688951531ddddadd97d72aea7f48e741
libext2fs: apply LDFLAGS when building tst_inline_data

If libext2fs was compiled with an external libblkid pointed to by
LDFLAGS, then linking the tst_inline_data program failed because the
requested linker flags were not used.  Fix this by adding $(ALL_LDFLAGS)
to the build rule, as is done for the other test programs.

Fixes: 31253488385a ("libext2fs: add a unit test for inline data")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/Makefile.in