summaryrefslogtreecommitdiff
path: root/package/nfs-utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 17:15:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 17:15:04 +0100
commit79460a7e3a45dc5ad90e1b1dc63786c55cbf5074 (patch)
treec920b9a893e4a07e93d92c0aaaa49e2186ef2cac /package/nfs-utils
parent4ac29e1e2e3198fea274d22b0c5a80a618350adf (diff)
update and fix nfs-utils with kerberos support
Diffstat (limited to 'package/nfs-utils')
-rw-r--r--package/nfs-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile
index b2c2c216f..76c7e66cc 100644
--- a/package/nfs-utils/Makefile
+++ b/package/nfs-utils/Makefile
@@ -34,7 +34,7 @@ TCPPFLAGS+= -I${LINUX_DIR}/include
ifeq ($(ADK_PACKAGE_NFS_UTILS_WITH_KERBEROS),y)
CONFIGURE_ARGS+= --enable-nfsv4 \
- --with-krb5-config=${STAGING_DIR}/usr/bin/krb5-config \
+ --with-krb5=${STAGING_DIR}/usr/ \
--enable-gss
CONFIGURE_ENV+= LIBS="-lrpcsecgss"
else