summaryrefslogtreecommitdiff
path: root/package/libtirpc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
commitaa36ba1bfedbec0a5a8682dd862697eb4c090a13 (patch)
tree2e178bb008ea0076185a841cc35cb6ceffe7a4fa /package/libtirpc/Makefile
parent1c47490f586071528b387edc46e531c88bd77dc7 (diff)
parentcda64efca568ec61c064b44f494f58f7a08bd4e7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libtirpc/Makefile')
-rw-r--r--package/libtirpc/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libtirpc/Makefile b/package/libtirpc/Makefile
index 0a8ee70e8..08d0d765e 100644
--- a/package/libtirpc/Makefile
+++ b/package/libtirpc/Makefile
@@ -16,11 +16,19 @@ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
include ${TOPDIR}/mk/package.mk
+ifeq (${ADK_IPV6},y)
+PKG_DEPENDS+= libgssglue
+endif
+
$(eval $(call PKG_template,LIBTIRPC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= autotool gnu
ifneq (${ADK_COMPILE_NFS_UTILS_WITH_KERBEROS},y)
+ifneq (${ADK_IPV6},y)
CONFIGURE_ARGS+= --disable-gss
+else
+CONFIGURE_ARGS+= --enable-gss
+endif
endif
BUILD_STYLE:= auto
INSTALL_STYLE:= auto