knot: Cosmetic changes in lfs

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2021-01-30 12:41:05 +01:00
committed by Michael Tremer
parent 5bc11f39e3
commit b1f5103899

View File

@@ -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