From 8572d7761061a505fb989c32109758110ef53dc0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 8 Jun 2019 14:21:42 +0200 Subject: [PATCH] - autofs: small changes --- make/system-tools.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/system-tools.mk b/make/system-tools.mk index 47257914..d3055367 100644 --- a/make/system-tools.mk +++ b/make/system-tools.mk @@ -726,6 +726,7 @@ $(D)/autofs5: $(D)/libtirpc $(ARCHIVE)/autofs-$(AUTOFS5_VER).tar.gz | $(TARGET_D $(UNTAR)/autofs-$(AUTOFS5_VER).tar.gz $(CHDIR)/autofs-$(AUTOFS5_VER); \ $(call apply_patches, $(AUTOFS_PATCH)); \ + sed -i "s|nfs/nfs.h|linux/nfs.h|" include/rpc_subs.h; \ export ac_cv_linux_procfs=yes; \ export ac_cv_path_KRB5_CONFIG=no; \ export ac_cv_path_MODPROBE=/sbin/modprobe; \ @@ -734,6 +735,7 @@ $(D)/autofs5: $(D)/libtirpc $(ARCHIVE)/autofs-$(AUTOFS5_VER).tar.gz | $(TARGET_D $(CONFIGURE) \ --prefix= \ --datarootdir=/.remove \ + --enable-ignore-busy \ --disable-mount-locking \ --without-openldap \ --without-sasl \ @@ -746,7 +748,6 @@ $(D)/autofs5: $(D)/libtirpc $(ARCHIVE)/autofs-$(AUTOFS5_VER).tar.gz | $(TARGET_D --with-fifodir=/var/run \ --with-flagdir=/var/run \ ; \ - sed -i "s|nfs/nfs.h|linux/nfs.h|" include/rpc_subs.h; \ $(MAKE) SUBDIRS="lib daemon modules" DONTSTRIP=1; \ $(MAKE) SUBDIRS="lib daemon modules" install DESTDIR=$(TARGET_DIR) cp -a $(IMAGEFILES)/autofs/* $(TARGET_DIR)/