* [PATCH] btrfs-progs: fix btrfs-fragments build
@ 2014-05-30 16:29 Eric Sandeen
0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2014-05-30 16:29 UTC (permalink / raw)
To: linux-btrfs
When I made all the btrfs-foo.c targets generic, I somehow
managed to break the libs definition for btrfs-fragments by
dropping the "s" off the end.
Fix that, although apparently nobody is building this tool. :)
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
As an aside, since it's not built by default, it seems at-risk
for this kind of bitrot...
diff --git a/Makefile b/Makefile
index 76565e8..037a1c4 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ progs = mkfs.btrfs btrfs-debug-tree btrfsck \
# specify btrfs_foo_libs = <list of libs>; see $($(subst...)) rules below
btrfs_convert_libs = -lext2fs -lcom_err
btrfs_image_libs = -lpthread
-btrfs_fragment_libs = -lgd -lpng -ljpeg -lfreetype
+btrfs_fragments_libs = -lgd -lpng -ljpeg -lfreetype
SUBDIRS =
BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) build-Documentation
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-30 16:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 16:29 [PATCH] btrfs-progs: fix btrfs-fragments build Eric Sandeen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.