Whamcloud - gitweb
libe2p: apply LDFLAGS when building tests
authorFilipe Brandenburger <filbranden@google.com>
Fri, 27 May 2016 16:58:51 +0000 (12:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 28 May 2016 15:20:10 +0000 (11:20 -0400)
commitc64313084ea3107f375d92d91bd419327619cf98
tree42b2c51b07ef55ee0015ae606e2243d863d18f27
parente2406b990c0babc01098e37bf58900847f885aae
libe2p: apply LDFLAGS when building tests

This was previously addressed by Michael Forney on commit 53904ae543591a
but it seems the test cases from lib/e2p (tst_ostype and tst_feature)
were missed.

Fix them by adding the same $(ALL_LDFLAGS) to those two targets.

Tested by building it on a system that depends on LDFLAGS to produce
working binaries and confirming that `make check` succeeds.

Reported-by: Eric Christopher <echristo@google.com>
Signed-off-by: Filipe Brandenburger <filbranden@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/e2p/Makefile.in