From b1f51038991423a9ff0d00a78175cedda1818c1b Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sat, 30 Jan 2021 12:41:05 +0100 Subject: [PATCH] knot: Cosmetic changes in lfs Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- lfs/knot | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lfs/knot b/lfs/knot index 8a3288cdf4..d4b47ab25a 100644 --- a/lfs/knot +++ b/lfs/knot @@ -73,13 +73,13 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --enable-static=no \ - --disable-fastparser \ - --disable-daemon \ - --disable-modules \ - --enable-maxminddb=no \ + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --enable-static=no \ + --disable-fastparser \ + --disable-daemon \ + --disable-modules \ + --enable-maxminddb=no \ --disable-documentation cd $(DIR_APP)/src && make $(MAKETUNING) kdig -- 2.39.2