]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version autofs-5.1.6
authorMarkham <markham001@gmx.de>
Sat, 11 Jan 2020 16:29:31 +0000 (17:29 +0100)
committerMarkham <markham001@gmx.de>
Sat, 11 Jan 2020 16:29:31 +0000 (17:29 +0100)
make/applications.mk
make/versions.mk

index e8f6ef39fd9c5569a62f05942fe0190c1fbf50de..e114dffb51ca507618c1be709b9eede84a1cc17a 100755 (executable)
@@ -322,24 +322,26 @@ $(D)/autofs4: $(ARCHIVE)/autofs-4.1.4.tar.bz2 | $(TARGETPREFIX)
        $(REMOVE)/autofs-4.1.4
        $(TOUCH)
 
+AUTOFS5_PATCH  = autofs-include-linux-nfs.h-directly-in-rpc_sub.patch
+AUTOFS5_PATCH += autofs-force-STRIP-to-empty.patch
+
 $(D)/autofs5: $(D)/libtirpc $(ARCHIVE)/autofs-$(AUTOFS5_VER).tar.gz | $(TARGETPREFIX)
        $(START_BUILD)
        $(REMOVE)/autofs-$(AUTOFS5_VER)
        $(UNTAR)/autofs-$(AUTOFS5_VER).tar.gz
-       cd $(BUILD_TMP)/autofs-$(AUTOFS5_VER) && \
-       $(PATCH)/autofs-include-linux-nfs.h-directly-in-rpc_sub.patch && \
-       export ac_cv_linux_procfs=yes && \
-       export ac_cv_path_KRB5_CONFIG=no && \
-       export ac_cv_path_MODPROBE=/sbin/modprobe && \
-       export ac_cv_path_RANLIB=$(TARGET)-ranlib && \
-               autoreconf -fi && \
+       set -e; cd  $(BUILD_TMP)/autofs-$(AUTOFS5_VER); \
+               $(call apply_patches, $(AUTOFS5_PATCH)); \
+               export ac_cv_linux_procfs=yes; \
+               export ac_cv_path_KRB5_CONFIG=no; \
+               export ac_cv_path_MODPROBE=/sbin/modprobe; \
+               export ac_cv_path_RANLIB=$(TARGET)-ranlib; \
+               autoreconf -fi; \
                $(CONFIGURE) \
                        --prefix= \
                        --datarootdir=/.remove \
                        --disable-mount-locking \
                        --without-openldap \
                        --without-sasl \
-                       --enable-ignore-busy \
                        --with-path=$(PATH) \
                        --with-libtirpc \
                        --with-hesiod=no \
@@ -347,8 +349,8 @@ $(D)/autofs5: $(D)/libtirpc $(ARCHIVE)/autofs-$(AUTOFS5_VER).tar.gz | $(TARGETPR
                        --with-mapdir=/var/etc \
                        --with-fifodir=/var/run \
                        --with-flagdir=/var/run \
-                       && \
-               $(MAKE) SUBDIRS="lib daemon modules" DONTSTRIP=1 && \
+                       ; \
+               $(MAKE) SUBDIRS="lib daemon modules" DONTSTRIP=1; \
                $(MAKE) SUBDIRS="lib daemon modules" install DESTDIR=$(TARGETPREFIX)
        $(REMOVE)/autofs-$(AUTOFS5_VER)
        $(TOUCH)
index f27b9aa265ec982d5bfd10a51a35e4f477430aa9..50b0a122a709caa938e87d119f3594396f7282f4 100644 (file)
@@ -7,7 +7,7 @@ AUTOFS4_VER = 4.1.4
 
 AUTOFS5_MAJOR = 5
 AUTOFS5_MINOR = 1
-AUTOFS5_MICRO = 5
+AUTOFS5_MICRO = 6
 AUTOFS5_VER = $(AUTOFS5_MAJOR).$(AUTOFS5_MINOR).$(AUTOFS5_MICRO)
 
 BUSYBOX_VER = 1.31.1