mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
nut: Disable parallel build
nut just fails to build when running in parallel Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
2
lfs/nut
2
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
|
||||
|
||||
Reference in New Issue
Block a user