mirror of
https://github.com/openwrt/packages.git
synced 2025-07-12 12:08:57 +00:00
Update to v2.8.3 Removed upstreamed: 210-patch-for-broken-libnfsimapd-static-and-regex-plugins.patch Added: 210-nfsdctl.c-add-missing-basename.patch Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia <therealgraysky@proton.me>
23 lines
648 B
Diff
23 lines
648 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -363,9 +363,6 @@ CPPFLAGS="${nfsutils_save_CPPFLAGS}"
|
|
AC_CHECK_HEADER(uuid/uuid.h, ,
|
|
AC_MSG_ERROR([Cannot find needed header file uuid/uuid.h. Install libuuid-devel]))
|
|
|
|
-dnl check for libevent libraries and headers
|
|
-AC_LIBEVENT
|
|
-
|
|
dnl Check for sqlite3
|
|
AC_SQLITE3_VERS
|
|
|
|
@@ -445,9 +442,6 @@ if test "$enable_gss" = yes; then
|
|
dnl 'gss' requires getnameinfo - at least for gssd_proc.c
|
|
AC_CHECK_FUNC([getnameinfo], , [AC_MSG_ERROR([GSSAPI support requires 'getnameinfo' function])])
|
|
|
|
- dnl check for libevent libraries and headers
|
|
- AC_LIBEVENT
|
|
-
|
|
dnl Check for Kerberos V5
|
|
AC_KERBEROS_V5
|
|
|