X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsysvinit;h=7bf631a0535ebc8ddcff7a0b71b6ea55fbdcb4ce;hb=7e27f7cdc1e1848d5e6b82f5181fffccd9597bec;hp=0306b551863efef51fe65ddecad53ff0c0b21c37;hpb=8234ae26425e4f968740434aaa4b9896eb8812c9;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/sysvinit b/lfs/sysvinit index 0306b55186..7bf631a053 100644 --- a/lfs/sysvinit +++ b/lfs/sysvinit @@ -24,10 +24,10 @@ include Config -VER = 2.88dsf +VER = 2.99 THISAPP = sysvinit-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6eda8a97b86e0a6f59dabbf25202aa6f +$(DL_FILE)_MD5 = 6abc0ea61b8dd4a41b4e931a43b1bb90 install : $(TARGET) @@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) # Newer C libraries omit this include from sys/types.h. # https://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00018.html + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysvinit-2.98_build_mountpoint.patch cd $(DIR_APP) && sed -i src/mountpoint.c src/bootlogd.c \ -e "/include.*sys\/stat.h/a#include \n" cd $(DIR_APP) && sed -e "s/libcrypt.a/libcrypt.so/g" -i src/Makefile