Commit 9e8b2697 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libnsl to 1.3.0

parent d0e17dc2
all: all:
tar xf libnsl-1.2.0.tar.gz tar xf libnsl-1.3.0.tar.xz
cd libnsl-1.2.0 && autoreconf -fi cd libnsl-1.3.0 && autoreconf -fi
cd libnsl-1.2.0 && ./configure --sysconfdir=/etc cd libnsl-1.3.0 && ./configure --sysconfdir=/etc
$(MAKE) -C libnsl-1.2.0 $(MAKE) -C libnsl-1.3.0
$(MAKE) -C libnsl-1.2.0 install $(MAKE) -C libnsl-1.3.0 install
mv /usr/lib/libnsl.so.2* /lib mv /usr/lib/libnsl.so.2* /lib
ln -sfv ../../lib/libnsl.so.2.0.0 /usr/lib/libnsl.so ln -sfv ../../lib/libnsl.so.2.0.1 /usr/lib/libnsl.so
rm -rf libnsl-1.2.0 rm -rf libnsl-1.3.0
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