Commit cb417124 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated nettle to 3.6

parent 767a3c4a
all: all:
tar xf nettle-3.5.tar.gz tar xf nettle-3.6.tar.gz
cd nettle-3.5 && ./configure --prefix=/usr --disable-static cd nettle-3.6 && ./configure --prefix=/usr --disable-static
$(MAKE) -C nettle-3.5 $(MAKE) -C nettle-3.6
$(MAKE) -C nettle-3.5 check $(MAKE) -C nettle-3.6 check
$(MAKE) -C nettle-3.5 install $(MAKE) -C nettle-3.6 install
chmod -v 755 /usr/lib/libhogweed.so chmod -v 755 /usr/lib/libhogweed.so
chmod -v 755 /usr/lib/libnettle.so chmod -v 755 /usr/lib/libnettle.so
install -v -m755 -d /usr/share/doc/nettle-3.5 install -v -m755 -d /usr/share/doc/nettle-3.6
cd nettle-3.5 && install -v -m644 nettle.html /usr/share/doc/nettle-3.5 cd nettle-3.6 && install -v -m644 nettle.html /usr/share/doc/nettle-3.6
rm -rf nettle-3.5 rm -rf nettle-3.6
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