mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
nfs-kernel-server: update to 2.8.6
Changelog: https://www.kernel.org/pub/linux/utils/nfs-utils/2.8.6/2.8.6-Changelog Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nfs-kernel-server
|
PKG_NAME:=nfs-kernel-server
|
||||||
PKG_VERSION:=2.8.5
|
PKG_VERSION:=2.8.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_HASH:=b13ca4a9df44186bdbe107514b22732d4243f785f95daf2fb86afc1edba15bbb
|
PKG_HASH:=2bd7b34e809a7eff2f4bc5fc5fd96ebcd66a5458b471a270cbd2dc169b011550
|
||||||
|
|
||||||
PKG_SOURCE:=nfs-utils-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=nfs-utils-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/nfs-utils/$(PKG_VERSION)
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/nfs-utils/$(PKG_VERSION)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -365,9 +365,6 @@ CPPFLAGS="${nfsutils_save_CPPFLAGS}"
|
@@ -363,9 +363,6 @@ CPPFLAGS="${nfsutils_save_CPPFLAGS}"
|
||||||
AC_CHECK_HEADER(uuid/uuid.h, ,
|
AC_CHECK_HEADER(uuid/uuid.h, ,
|
||||||
AC_MSG_ERROR([Cannot find needed header file uuid/uuid.h. Install libuuid-devel]))
|
AC_MSG_ERROR([Cannot find needed header file uuid/uuid.h. Install libuuid-devel]))
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
dnl Check for sqlite3
|
dnl Check for sqlite3
|
||||||
AC_SQLITE3_VERS
|
AC_SQLITE3_VERS
|
||||||
|
|
||||||
@@ -447,9 +444,6 @@ if test "$enable_gss" = yes; then
|
@@ -445,9 +442,6 @@ if test "$enable_gss" = yes; then
|
||||||
dnl 'gss' requires getnameinfo - at least for gssd_proc.c
|
dnl 'gss' requires getnameinfo - at least for gssd_proc.c
|
||||||
AC_CHECK_FUNC([getnameinfo], , [AC_MSG_ERROR([GSSAPI support requires 'getnameinfo' function])])
|
AC_CHECK_FUNC([getnameinfo], , [AC_MSG_ERROR([GSSAPI support requires 'getnameinfo' function])])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user