From: Michael Tremer Date: Thu, 14 Mar 2019 14:01:45 +0000 (+0000) Subject: nut: Disable parallel build X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=acb718b0bbfdf2b15bcc95abce2f4a7c23392362 nut: Disable parallel build nut just fails to build when running in parallel Signed-off-by: Michael Tremer --- diff --git a/lfs/nut b/lfs/nut index c1f0192743..1502c63cb8 100644 --- a/lfs/nut +++ b/lfs/nut @@ -80,7 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc/nut \ --with-usb --with-user=root --with-group=nut \ --with-wrap=no --with-udev-dir=/etc/udev - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make #$(MAKETUNING) cd $(DIR_APP) && make install # sed -i -e "s|ATTR{|SYSFS{|g" /etc/udev/rules.d/52-nut-usbups.rules mkdir -p /var/state/ups