nfs-kernel-server: compile with internal rpcgen
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
36d409f9f9
commit
c86fdd679b
1 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nfs-kernel-server
|
PKG_NAME:=nfs-kernel-server
|
||||||
PKG_VERSION:=2.3.4
|
PKG_VERSION:=2.3.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_HASH:=8a6bafd5a33c4259e6e5093d126384cbe33acb10135578b5faa60c40f2f5e995
|
PKG_HASH:=8a6bafd5a33c4259e6e5093d126384cbe33acb10135578b5faa60c40f2f5e995
|
||||||
|
|
||||||
PKG_SOURCE_URL:=@SF/nfs
|
PKG_SOURCE_URL:=@SF/nfs
|
||||||
|
@ -110,6 +110,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-nfsdcltrack \
|
--disable-nfsdcltrack \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--with-rpcgen=internal \
|
||||||
$(if $(CONFIG_NFS_KERNEL_SERVER_V4),--enable,--disable)-nfsv4 \
|
$(if $(CONFIG_NFS_KERNEL_SERVER_V4),--enable,--disable)-nfsv4 \
|
||||||
$(if $(CONFIG_NFS_KERNEL_SERVER_V4),--enable,--disable)-nfsv41
|
$(if $(CONFIG_NFS_KERNEL_SERVER_V4),--enable,--disable)-nfsv41
|
||||||
|
|
||||||
|
@ -138,7 +139,8 @@ HOST_CONFIGURE_ARGS += \
|
||||||
--disable-gss \
|
--disable-gss \
|
||||||
--disable-nfsv4 \
|
--disable-nfsv4 \
|
||||||
--disable-nfsv41 \
|
--disable-nfsv41 \
|
||||||
--without-tcp-wrappers
|
--without-tcp-wrappers \
|
||||||
|
--with-rpcgen=internal
|
||||||
|
|
||||||
HOST_CONFIGURE_VARS += \
|
HOST_CONFIGURE_VARS += \
|
||||||
ac_cv_lib_event_event_dispatch=yes \
|
ac_cv_lib_event_event_dispatch=yes \
|
||||||
|
|
Loading…
Reference in a new issue