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