]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
groff: Build in parallel
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jul 2026 16:18:22 +0000 (16:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jul 2026 15:16:54 +0000 (15:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/groff

index a30cf144c7cc3951eea70df00956c6d9b087f29e..e0678ca241497a64b5523b33d1178e005d16b8be 100644 (file)
--- a/lfs/groff
+++ b/lfs/groff
@@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && PAGE=A4 ./configure \
                                        --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        ln -svf eqn /usr/bin/geqn
        ln -svf tbl /usr/bin/gtbl