diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-05-18 23:23:26 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-06-14 11:07:46 +0200 |
commit | 41705c92fa59e3ddd0b4ccb2ad179fc4892b2864 (patch) | |
tree | 3d95c3ba912b70d66fccf219b1be41652590b85a /bootstrap.conf | |
parent | 14b86c574cecd1d47343fb57aed666142f40907f (diff) | |
download | gnutls-41705c92fa59e3ddd0b4ccb2ad179fc4892b2864.tar.gz |
Avoid certain gnulib tests
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index c40d16e38b..d9a05982c4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -19,7 +19,7 @@ source_base=gl tests_base=gl/tests m4_base=gl/m4 gnulib_name=libgnu -gnulib_tool_option_extras="--with-tests" +gnulib_tool_option_extras="--with-tests --avoid=alignof-tests --avoid=lock-tests --avoid=lseek-tests" use_libtool=1 checkout_only_file= local_gl_dir=gl/override/ |