From: Michael Tremer Date: Fri, 25 Sep 2020 08:41:46 +0000 (+0000) Subject: netsnmpd: Disable parallel build X-Git-Tag: v2.25-core151~8^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25f14fa0d547349b68d62aa18a64f90e0145d8ec;p=ipfire-2.x.git netsnmpd: Disable parallel build Signed-off-by: Michael Tremer --- diff --git a/lfs/netsnmpd b/lfs/netsnmpd index bd8aac336e..f2637a5c9f 100644 --- a/lfs/netsnmpd +++ b/lfs/netsnmpd @@ -96,7 +96,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --libdir=/usr/lib \ --sysconfdir="/etc" - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make #$(MAKETUNING) cd $(DIR_APP) && make install install -v -m 644 $(DIR_SRC)/config/netsnmpd/snmpd.conf /etc/snmpd.conf install -v -m 644 $(DIR_SRC)/config/backup/includes/netsnmpd \