From d0abe6bce6412b5ed6cd750b5e029ad69ff4dcc8 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 7 Jul 2019 12:12:11 +0200 Subject: [PATCH] autofs: replace rpcgen in hostmakedepends fixes #12842 --- srcpkgs/autofs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 06bfff44c0a..6b9a6477107 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -1,12 +1,12 @@ # Template file for 'autofs' pkgname=autofs version=5.1.5 -revision=3 +revision=4 build_style=gnu-configure make_build_args="DONTSTRIP=1" configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin" conf_files="/etc/autofs/*" -hostmakedepends="pkg-config flex kmod rpcgen" +hostmakedepends="pkg-config flex kmod rpcsvc-proto" makedepends="libtirpc-devel libxml2-devel" short_desc="Kernel-based automounter for Linux" maintainer="Helmut Pozimski "