diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-25 11:43:08 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-25 12:51:01 +0200 |
commit | f587ad4f5b34f3fe50045e79c8f72ccb59e9ea82 (patch) | |
tree | 485ee30a8231862fc654798e556114e766bf6c31 /README.md | |
parent | 96026ab530bc20140c457b3648dadb6ec194bdcf (diff) | |
download | gnutls-f587ad4f5b34f3fe50045e79c8f72ccb59e9ea82.tar.gz |
mention ubsan in README [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |