nfs-kernel-server: revert CONFIG_IPV6 handling

Building nfs-kernel-server with --enable-ipv6 requires not yet packaged
libtirpc, therfore unconditionally disable IPv6 support again for now.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-05-29 17:41:33 +02:00
parent dece510558
commit f5ca16f98d

View file

@ -1,4 +1,4 @@
# Copyright (C) 2009 OpenWrt.org
# Copyright (C) 2009-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nfs-kernel-server
PKG_VERSION:=1.3.2
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_MD5SUM:=1e2f3c1ed468dee02d00c534c002ea10
PKG_SOURCE_URL:=@SF/nfs
@ -77,12 +77,12 @@ CONFIGURE_ARGS += \
--disable-gss \
--disable-nfsv4 \
--disable-nfsv41 \
--disable-ipv6 \
--enable-static \
--enable-shared \
--disable-caps \
--disable-tirpc \
--disable-nfsdcld \
$(call autoconf_bool,CONFIG_IPV6,ipv6)
--disable-nfsdcld
CONFIGURE_VARS += \
libblkid_cv_is_recent=yes \