Commit 341ccb41 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated nettle to 3.7.3

parent cb417124
all: all:
tar xf nettle-3.6.tar.gz tar xf nettle-3.7.3.tar.gz
cd nettle-3.6 && ./configure --prefix=/usr --disable-static cd nettle-3.7.3 && ./configure --prefix=/usr --disable-static
$(MAKE) -C nettle-3.6 $(MAKE) -C nettle-3.7.3
$(MAKE) -C nettle-3.6 check $(MAKE) -C nettle-3.7.3 check
$(MAKE) -C nettle-3.6 install $(MAKE) -C nettle-3.7.3 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.6 install -v -m755 -d /usr/share/doc/nettle-3.7.3
cd nettle-3.6 && install -v -m644 nettle.html /usr/share/doc/nettle-3.6 cd nettle-3.7.3 && install -v -m644 nettle.html /usr/share/doc/nettle-3.7.3
rm -rf nettle-3.6 rm -rf nettle-3.7.3
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