Browse Source

libtirpc: improved to turn on gss api if libgssglue is available

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
8c4f261723
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      network/libtirpc/libtirpc.conf

+ 5
- 0
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

Loading…
Cancel
Save