]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
knot: Cosmetic changes in lfs
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 30 Jan 2021 11:41:05 +0000 (12:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Feb 2021 10:35:57 +0000 (10:35 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/knot

index 8a3288cdf4387913c50db448a8901a8f5c0ba96b..d4b47ab25a6b8db31889e9573dff704799238579 100644 (file)
--- 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