Commit 76916c77 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated dcc to 2.3.168

parent 8df03ca0
all: dccifd-service
tar xf dcc.tar.Z
cd dcc-2.3.167 && ./configure --bindir=/usr/bin --libexecdir=/usr/libexec --mandir=/usr/man --disable-dccm --disable-server
CFLAGS="-fcommon" $(MAKE) -C dcc-2.3.167
$(MAKE) -C dcc-2.3.167 install
cd dcc-2.3.168 && ./configure --bindir=/usr/bin --libexecdir=/usr/libexec --mandir=/usr/man --disable-dccm --disable-server
CFLAGS="-fcommon" $(MAKE) -C dcc-2.3.168
$(MAKE) -C dcc-2.3.168 install
@echo "$$DCCIFD_SERVICE" > /lib/systemd/system/dccifd.service
systemctl enable dccifd.service
rm -rf dcc-2.3.167
rm -rf dcc-2.3.168
dccifd-service:
define DCCIFD_SERVICE
......
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment