1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00
Files
MyLFS-big_bash_script/example_extension/scripts/libtasn1.sh
2022-08-18 19:56:25 -04:00

14 lines
154 B
Bash

# libtasn1
./configure --prefix=/usr --disable-static
make
if $RUN_TESTS
then
make check
fi
make install
make -C doc/reference install-data-local