forked from pool/openCryptoki
d6c48bed19
Fixes for bnc#880217 - systemd enabled OBS-URL: https://build.opensuse.org/request/show/238818 OBS-URL: https://build.opensuse.org/package/show/security/openCryptoki?expand=0&rev=17
28 lines
698 B
Diff
28 lines
698 B
Diff
From 5b8d304e050467e4acfd02dcefdcebad0e61c472 Mon Sep 17 00:00:00 2001
|
|
From: Harald Freudenberger <freude@linux.vnet.ibm.com>
|
|
Date: Wed, 30 Apr 2014 11:42:29 -0500
|
|
Subject: [PATCH] ep11 is not building because not setting with_zcrypt
|
|
correctly.
|
|
|
|
Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
|
|
---
|
|
configure.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.in b/configure.in
|
|
index 1a1601c..66bb329 100644
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -372,7 +372,7 @@ if test "x$with_zcrypt" != "xno"; then
|
|
])
|
|
|
|
if test "x$with_zcrypt" != "xno"; then
|
|
- with_zcrypt=no
|
|
+ with_zcrypt=yes
|
|
fi
|
|
|
|
if test "x$with_zcrypt" = "xno"; then
|
|
--
|
|
1.7.12.4
|
|
|