]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
mention ubsan in README [ci skip]
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 25 Jul 2016 09:43:08 +0000 (11:43 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 25 Jul 2016 10:51:01 +0000 (12:51 +0200)
README.md

index cd21c79f561e476178c227c195e78faad3fd44cc..4d3f6abf5c74b73f0ab535e626ab0c8d2503def6 100644 (file)
--- 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
 ```