From 8c4f261723330aaa395f5526a6079c2b2d3c41f2 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 13 Nov 2011 20:33:51 +0100 Subject: [PATCH] libtirpc: improved to turn on gss api if libgssglue is available --- network/libtirpc/libtirpc.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/libtirpc/libtirpc.conf b/network/libtirpc/libtirpc.conf index 14fc55940..61d2631e9 100644 --- a/network/libtirpc/libtirpc.conf +++ b/network/libtirpc/libtirpc.conf @@ -14,3 +14,8 @@ autogen=1 hook_add preconf 9 'autoreconf -vifs' + +# turn on gss api if possible +if pkginstalled -f libgssglue; then + var_append extraconfopt ' ' "--enable-gss" +fi