Commit 767a3c4a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated nettle to 3.5

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