commit | 2541e012804042d7210311c7a923c414c8aa31e3 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Mar 17 15:38:36 2017 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 06 15:52:13 2017 -0400 |
tree | 23f3538966a804c4708fa53b363c2cfe92ad7eb6 | |
parent | f09669fc688951531ddddadd97d72aea7f48e741 [diff] |
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>