Skip to content

Instantly share code, notes, and snippets.

@medvid
Created September 2, 2013 14:38
Show Gist options
  • Save medvid/6413559 to your computer and use it in GitHub Desktop.
Save medvid/6413559 to your computer and use it in GitHub Desktop.
--- configure.orig 2013-09-02 16:56:42.224668499 +0300
+++ configure 2013-09-02 17:29:09.678029415 +0300
@@ -2243,6 +2243,7 @@
glib_cflags=`$pkg_config --cflags gthread-2.0 2>/dev/null`
glib_libs=`$pkg_config --libs gthread-2.0 2>/dev/null`
LIBS="$glib_libs $LIBS"
+ libs_softmmu="$glib_libs $libs_softmmu"
libs_qga="$glib_libs $libs_qga"
else
error_exit "glib-$glib_req_ver required to compile QEMU"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment