Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- lfs/knot | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/lfs/knot b/lfs/knot index 8a3288cdf..d4b47ab25 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