]> git.proxmox.com Git - mirror_qemu.git/commitdiff
modules: use gmodule-export
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 8 Mar 2018 08:53:00 +0000 (09:53 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 12 Mar 2018 09:15:07 +0000 (10:15 +0100)
As we want qemu symbols be exported to modules we should use the
gmodule-export-2.0 pkg-config instead of gmodule-2.0.

Cc: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180308085301.8875-2-kraxel@redhat.com

configure

index f74e1f3b7cce0a5c4f56a48d0a8a7d65c3b55dd7..973dbb99acdaa867fb5a4f8f44179a2da864adb3 100755 (executable)
--- a/configure
+++ b/configure
@@ -3352,7 +3352,7 @@ else
 fi
 glib_modules=gthread-2.0
 if test "$modules" = yes; then
-    glib_modules="$glib_modules gmodule-2.0"
+    glib_modules="$glib_modules gmodule-export-2.0"
 fi
 
 # This workaround is required due to a bug in pkg-config file for glib as it