From: Pavel Hrdina Date: Fri, 17 Jan 2020 14:50:47 +0000 (+0100) Subject: bootstrap.conf: add threadlib module X-Git-Tag: v6.1.0-rc1~472 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf885e55241d97c087877ea28d1c6f71c7392a2;p=thirdparty%2Flibvirt.git bootstrap.conf: add threadlib module It is pulled in by tests and used by our build system as well. Make an explicit dependency on threadlib. This can be later removed by using GLib GThread. Signed-off-by: Pavel Hrdina Reviewed-by: Daniel P. Berrangé --- diff --git a/bootstrap.conf b/bootstrap.conf index 87c23c7d89..d7701ad578 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -58,6 +58,8 @@ gnulib_modules="$gnulib_modules sigaction" gnulib_modules="$gnulib_modules sigpipe" # -> open code conditional or use GIO GFileInfo gnulib_modules="$gnulib_modules stat-time" +# -> GThread +gnulib_modules="$gnulib_modules threadlib" # -> remove use or open-code it. possibly add to glib gnulib_modules="$gnulib_modules strchrnul" # -> g_strsplit