]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
bootstrap.conf: add threadlib module
authorPavel Hrdina <phrdina@redhat.com>
Fri, 17 Jan 2020 14:50:47 +0000 (15:50 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 17 Jan 2020 15:04:21 +0000 (16:04 +0100)
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 <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
bootstrap.conf

index 87c23c7d89c6d2d4a6b445b0dee7950b763276f9..d7701ad578e7a0fa103ac91909f6231345489795 100644 (file)
@@ -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