From 05551f7bdb4a14d69c9e6199ee665cab441004a6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 13 Feb 2018 10:23:54 +0000 Subject: [PATCH] sslh: Build without tcpwrappers Signed-off-by: Michael Tremer --- lfs/sslh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sslh b/lfs/sslh index 8262a5fc65..f70cfa84b1 100644 --- a/lfs/sslh +++ b/lfs/sslh @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sslh -PAK_VER = 4 +PAK_VER = 5 DEPS = "" @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(MAKETUNING) + cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(MAKETUNING) USELIBWRAP= cd $(DIR_APP) && install -v -m 755 sslh /usr/sbin #install initscripts -- 2.39.5