From da42a92062d4bcdd1d1aa2ac8bbf4c8d371792c8 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 22 Jul 2013 16:44:18 +0200 Subject: [PATCH] beecrypt: disable python support if there is no python installed --- security/beecrypt/beecrypt.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/beecrypt/beecrypt.conf b/security/beecrypt/beecrypt.conf index 7c5b32880..c730bbfdb 100644 --- a/security/beecrypt/beecrypt.conf +++ b/security/beecrypt/beecrypt.conf @@ -24,3 +24,7 @@ fi if ! pkginstalled -f icu4c; then var_append extraconfopt ' ' "--without-cplusplus" fi + +if ! pkginstalled -f python; then + var_append extraconfopt ' ' "--without-python" +fi