summaryrefslogtreecommitdiffstats
path: root/source/n/nfs-utils/nfs-utils.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-03-29 23:05:46 +0000
committer Eric Hameleers <alien@slackware.com>2020-03-30 08:59:51 +0200
commit4f2bf4aab6138916c8b1a2db874c95d92d89703b (patch)
treecd37ff1cd34f114f3396725b13ed8c55c2bcc79a /source/n/nfs-utils/nfs-utils.SlackBuild
parentf845c97d2dd37c9cfbc8e21b87f3753167770f1e (diff)
downloadcurrent-20200329230546.tar.gz
current-20200329230546.tar.xz
Sun Mar 29 23:05:46 UTC 202020200329230546
d/ccache-3.7.9-x86_64-1.txz: Upgraded. d/llvm-10.0.0-x86_64-2.txz: Rebuilt. Ensure that lit-cpuid is built and installed. Thanks to jkh2cpu. l/imagemagick-7.0.10_3-x86_64-1.txz: Upgraded. l/netpbm-10.90.00-x86_64-1.txz: Upgraded. n/mutt-1.13.5-x86_64-1.txz: Upgraded. n/nfs-utils-2.4.3-x86_64-2.txz: Rebuilt. Rebuilt with --with-pluginpath=/usr/lib${LIBDIRSUFFIX}/libnfsidmap. Thanks to lecho. x/xorg-server-1.20.8-x86_64-1.txz: Upgraded. x/xorg-server-xephyr-1.20.8-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.8-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.8-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-1.20.8-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/nfs-utils/nfs-utils.SlackBuild')
-rwxr-xr-xsource/n/nfs-utils/nfs-utils.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/nfs-utils/nfs-utils.SlackBuild b/source/n/nfs-utils/nfs-utils.SlackBuild
index 3a8b4450e..775740851 100755
--- a/source/n/nfs-utils/nfs-utils.SlackBuild
+++ b/source/n/nfs-utils/nfs-utils.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nfs-utils
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -108,6 +108,7 @@ CFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--with-statedir=/var/lib/nfs \
+ --with-pluginpath=/usr/lib${LIBDIRSUFFIX}/libnfsidmap \
--disable-static \
--enable-mountconfig \
--enable-nfsv4=yes \