Whamcloud - gitweb
libext2fs: don't use $(LDFLAGS_STATIC) when linking test programs
authorTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jun 2016 04:16:17 +0000 (00:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jun 2016 05:01:45 +0000 (01:01 -0400)
commit3166e2e54099bb60586cb071ed6a5daf54638fdb
treebc2e78d784cc27b2bb2b0e2c5aba324ea5f6822c
parent32179ce25bff497e2e75a479ef97e9ae0b4bfd9c
libext2fs: don't use $(LDFLAGS_STATIC) when linking test programs

The tst_* progams aren't intended to be linked 100% stically; they
just link against some of the static libraries.  So use $(ALL_LDFLAGS)
and not $(LDFLAGS_STATIC).

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/Makefile.in