[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] blktap: CONFIG_GCRYPT detection



commit 6f78e851395394ece4385b65ad0788840db2b5d1
Author:     Martin Pohlack <mpohlack@xxxxxxxxx>
AuthorDate: Tue Oct 28 13:35:21 2014 +0100
Commit:     Ian Campbell <ian.campbell@xxxxxxxxxx>
CommitDate: Tue Nov 4 10:09:43 2014 +0000

    blktap: CONFIG_GCRYPT detection
    
    Wrap make variable in () to allow correct evaluation.
    
    This fixes broken CONFIG_GCRYPT detection which was introduced by
    commit 85896a7c4dc7b6b1dba2db79dfb0ca61738a92a4 in 2012.
    
    Signed-off-by: Martin Pohlack <mpohlack@xxxxxxxxx>
    Reviewed-by: Uwe Dannowski <uwed@xxxxxxxxx>
    Reviewed-by: Anthony Liguori <aliguori@xxxxxxxxxx>
    Reviewed-by: Matt Wilson <msw@xxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
 tools/blktap/drivers/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/blktap/drivers/Makefile b/tools/blktap/drivers/Makefile
index 7461a95..cea8b3b 100644
--- a/tools/blktap/drivers/Makefile
+++ b/tools/blktap/drivers/Makefile
@@ -11,7 +11,7 @@ CFLAGS   += $(CFLAGS_libxenctrl)
 CFLAGS   += $(CFLAGS_libxenstore)
 CFLAGS   += -D_GNU_SOURCE
 
-ifeq ($CONFIG_GCRYPT,y)
+ifeq ($(CONFIG_GCRYPT),y)
 CFLAGS += -DUSE_GCRYPT
 CRYPT_LIB := -lgcrypt
 else
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.