btrfs-progs: build: link against local libraries
authorDavid Sterba <dsterba@suse.com>
Thu, 24 Nov 2016 10:30:06 +0000 (11:30 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 24 Nov 2016 12:06:36 +0000 (13:06 +0100)
commite11315343f7b91440aacaf5bc42c691ae0dd96ff
tree84e82b24ce400ced6224c87380f32e017237c639
parent15f2582e5440b4e67ec6e631a6915ec31b383f7f
btrfs-progs: build: link against local libraries

If there's a system provided libbtrfs.0, it will be used for the
library-test build and could miss linker errors, as reported.

Reported-by: Mike Gilbert <floppymaster@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in