Blame SOURCES/22bffbe-daxctl-add-libuuid-to-the-build.patch

ab4840
daxctl: add libuuid to the build
ab4840
ab4840
BZ: 
ab4840
ab4840
commit 22bffbecb16d2aa7ed072fb55a18445977ee16b8
ab4840
Author: Dan Williams <dan.j.williams@intel.com>
ab4840
Date:   Mon Feb 13 21:01:25 2017 -0800
ab4840
ab4840
    daxctl: add libuuid to the build
ab4840
    
ab4840
    daxctl does have dependencies on the uuid library via util/json.c, but
ab4840
    the build only seems to fail in a Debian build environment. Fix this up.
ab4840
    
ab4840
    Reported-by: Yilong Ren <yilongx.ren@intel.com>
ab4840
    Signed-off-by: Dan Williams <dan.j.williams@intel.com>
ab4840
ab4840
diff --git a/daxctl/Makefile.am b/daxctl/Makefile.am
ab4840
index 9153c41..fe467d0 100644
ab4840
--- a/daxctl/Makefile.am
ab4840
+++ b/daxctl/Makefile.am
ab4840
@@ -10,4 +10,5 @@ daxctl_SOURCES =\
ab4840
 daxctl_LDADD =\
ab4840
 	lib/libdaxctl.la \
ab4840
 	../libutil.a \
ab4840
+	$(UUID_LIBS) \
ab4840
 	$(JSON_LIBS)