/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3.6
scripts/build_docs.sh
17 строк
457 B
lsh123
Turned off ripemd160 by default; restored sha1 and des3 turned on by default (#445)
24 ноя 2022, 17:02
Не верифицирован
24 ноя 2022, 17:02
30ad879
Код
Авторство
О чём код?
#!/bin/sh # config configure_options="" configure_options="$configure_options --enable-static-linking --enable-crypto-dl=no" configure_options="$configure_options --enable-manpages-build --enable-docs-build" configure_options="$configure_options --enable-md5 --enable-ripemd160" cur_pwd=`pwd` today=`date +%F-%H-%M-%S` echo "============= Building xmlsec" make distclean ./autogen.sh $configure_options make echo "============== Cleanup" cd "$cur_pwd"