Commit f05b4615 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libtasn1 to 4.17.0

parent 5adb7deb
all:
tar xf libtasn1-4.16.0.tar.gz
cd libtasn1-4.16.0 && ./configure --prefix=/usr --disable-static
$(MAKE) -C libtasn1-4.16.0
$(MAKE) -C libtasn1-4.16.0 check
$(MAKE) -C libtasn1-4.16.0 install
rm -rf libtasn1-4.16.0
tar xf libtasn1-4.17.0.tar.gz
cd libtasn1-4.17.0 && ./configure --prefix=/usr --disable-static
$(MAKE) -C libtasn1-4.17.0
$(MAKE) -C libtasn1-4.17.0 check
$(MAKE) -C libtasn1-4.17.0 install
rm -rf libtasn1-4.17.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