nfs-kernel-server: compile with internal rpcgen
authorPeter Wagner <tripolar@gmx.at>
Sat, 25 May 2019 22:47:28 +0000 (00:47 +0200)
committerPeter Wagner <tripolar@gmx.at>
Sat, 25 May 2019 22:48:23 +0000 (00:48 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
net/nfs-kernel-server/Makefile

index 371b5c94a21b152bed96e00d8d6b4e008b9d1db9..389477041e1f13d92f625fa6fc19d82b33502b67 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nfs-kernel-server
 PKG_VERSION:=2.3.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_HASH:=8a6bafd5a33c4259e6e5093d126384cbe33acb10135578b5faa60c40f2f5e995
 
 PKG_SOURCE_URL:=@SF/nfs
@@ -110,6 +110,7 @@ CONFIGURE_ARGS += \
        --disable-nfsdcltrack \
        --enable-shared \
        --enable-static \
+       --with-rpcgen=internal \
        $(if $(CONFIG_NFS_KERNEL_SERVER_V4),--enable,--disable)-nfsv4 \
        $(if $(CONFIG_NFS_KERNEL_SERVER_V4),--enable,--disable)-nfsv41
 
@@ -138,7 +139,8 @@ HOST_CONFIGURE_ARGS += \
        --disable-gss \
        --disable-nfsv4 \
        --disable-nfsv41 \
-       --without-tcp-wrappers
+       --without-tcp-wrappers \
+       --with-rpcgen=internal
 
 HOST_CONFIGURE_VARS += \
        ac_cv_lib_event_event_dispatch=yes \