From: Nikos Mavrogiannopoulos Date: Mon, 25 Jul 2016 09:43:08 +0000 (+0200) Subject: mention ubsan in README [ci skip] X-Git-Tag: gnutls_3_5_3~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f587ad4f5b34f3fe50045e79c8f72ccb59e9ea82;p=thirdparty%2Fgnutls.git mention ubsan in README [ci skip] --- diff --git a/README.md b/README.md index cd21c79f56..4d3f6abf5c 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,13 @@ and polarssl. Debian/Ubuntu: ``` -apt-get install -y valgrind libasan1 nodejs softhsm datefudge lcov libssl-dev libcmocka-dev +apt-get install -y valgrind libasan1 libubsan0 nodejs softhsm datefudge lcov libssl-dev libcmocka-dev apt-get install -y dieharder libpolarssl-runtime openssl abi-compliance-checker ``` Fedora/RHEL: ``` -yum install -y valgrind libasan nodejs softhsm datefudge lcov openssl-devel +yum install -y valgrind libasan libasan-static libubsan nodejs softhsm datefudge lcov openssl-devel yum install -y dieharder mbedtls-utils openssl abi-compliance-checker libcmocka-devel ```