Browse Source

- autofs: small changes

master
vanhofen 6 years ago
parent
commit
8572d77610
  1. 3
      make/system-tools.mk

3
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 $(UNTAR)/autofs-$(AUTOFS5_VER).tar.gz
$(CHDIR)/autofs-$(AUTOFS5_VER); \ $(CHDIR)/autofs-$(AUTOFS5_VER); \
$(call apply_patches, $(AUTOFS_PATCH)); \ $(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_linux_procfs=yes; \
export ac_cv_path_KRB5_CONFIG=no; \ export ac_cv_path_KRB5_CONFIG=no; \
export ac_cv_path_MODPROBE=/sbin/modprobe; \ export ac_cv_path_MODPROBE=/sbin/modprobe; \
@ -734,6 +735,7 @@ $(D)/autofs5: $(D)/libtirpc $(ARCHIVE)/autofs-$(AUTOFS5_VER).tar.gz | $(TARGET_D
$(CONFIGURE) \ $(CONFIGURE) \
--prefix= \ --prefix= \
--datarootdir=/.remove \ --datarootdir=/.remove \
--enable-ignore-busy \
--disable-mount-locking \ --disable-mount-locking \
--without-openldap \ --without-openldap \
--without-sasl \ --without-sasl \
@ -746,7 +748,6 @@ $(D)/autofs5: $(D)/libtirpc $(ARCHIVE)/autofs-$(AUTOFS5_VER).tar.gz | $(TARGET_D
--with-fifodir=/var/run \ --with-fifodir=/var/run \
--with-flagdir=/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" DONTSTRIP=1; \
$(MAKE) SUBDIRS="lib daemon modules" install DESTDIR=$(TARGET_DIR) $(MAKE) SUBDIRS="lib daemon modules" install DESTDIR=$(TARGET_DIR)
cp -a $(IMAGEFILES)/autofs/* $(TARGET_DIR)/ cp -a $(IMAGEFILES)/autofs/* $(TARGET_DIR)/

Loading…
Cancel
Save