btrfs-progs: build: add --disable-programs
commit996a07c602e74a7da7d7ac2f1225d243c819af2e
authorOmar Sandoval <osandov@fb.com>
Thu, 26 Jul 2018 20:34:38 +0000 (26 13:34 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 13:03:38 +0000 (6 15:03 +0200)
tree2cf2023ce39e480e75aa6e3b23a7b5dc79cc94e9
parent7c5a355b747215f05a2b94d7efad3ea3c0218763
btrfs-progs: build: add --disable-programs

We have a build system internally which only needs to build and install
the libraries out of a repository, not any binaries. There's no easy way
to do this in btrfs-progs currently. Add --disable-programs to
./configure to support this.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile
Makefile.inc.in
configure.ac