Re: [PATCH v2 0/2] btrfs-progs: build improvements

2018-08-02 Thread David Sterba
On Thu, Jul 26, 2018 at 01:34:37PM -0700, Omar Sandoval wrote: > From: Omar Sandoval > > Hi, Dave, > > Here's v2 of "btrfs-progs: make all programs and libraries optional", > this time much less overkill. Now, it's just --disable-programs, > --disable-shared, and --disable-static. Based on your

[PATCH v2 0/2] btrfs-progs: build improvements

2018-07-26 Thread Omar Sandoval
From: Omar Sandoval Hi, Dave, Here's v2 of "btrfs-progs: make all programs and libraries optional", this time much less overkill. Now, it's just --disable-programs, --disable-shared, and --disable-static. Based on your devel branch. Please consider these for the next progs release. Thanks! Oma