From: Michael Tremer Date: Sat, 6 Feb 2021 16:18:00 +0000 (+0000) Subject: sysvinit: Fix check for static version of libcrypt X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a12507ba48bbc8249d3606b49283890613be53cf;p=people%2Fpmueller%2Fipfire-2.x.git sysvinit: Fix check for static version of libcrypt Signed-off-by: Michael Tremer --- diff --git a/lfs/sysvinit b/lfs/sysvinit index d85a3659b4..0306b55186 100644 --- a/lfs/sysvinit +++ b/lfs/sysvinit @@ -74,6 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # https://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00018.html 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 cd $(DIR_APP) && make $(MAKETUNING) -C src cd $(DIR_APP) && make -C src install @rm -rf $(DIR_APP)