]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Revert "groff: Build in parallel"
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Jul 2026 14:11:44 +0000 (14:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Jul 2026 14:11:44 +0000 (14:11 +0000)
This reverts commit bd605c87793ffde1ca1ad16e39041bd03fdeb7f3.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/groff

index e0678ca241497a64b5523b33d1178e005d16b8be..a30cf144c7cc3951eea70df00956c6d9b087f29e 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 $(MAKETUNING)
+       cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        ln -svf eqn /usr/bin/geqn
        ln -svf tbl /usr/bin/gtbl