mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
sysvinit: Fix check for static version of libcrypt
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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 <sys/sysmacros.h>\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)
|
||||
|
||||
Reference in New Issue
Block a user