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. 5
      network/libtirpc/libtirpc.conf

5
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