mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-26 15:46:59 +00:00
14 lines
154 B
Bash
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
|