From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evKur-00029p-UY for qemu-devel@nongnu.org; Mon, 12 Mar 2018 06:42:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evKuo-0000jY-TI for qemu-devel@nongnu.org; Mon, 12 Mar 2018 06:42:53 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45766 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evKuo-0000iB-Nm for qemu-devel@nongnu.org; Mon, 12 Mar 2018 06:42:50 -0400 From: Gerd Hoffmann Date: Mon, 12 Mar 2018 11:42:34 +0100 Message-Id: <20180312104241.24965-2-kraxel@redhat.com> In-Reply-To: <20180312104241.24965-1-kraxel@redhat.com> References: <20180312104241.24965-1-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 1/8] modules: use gmodule-export List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= 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=C3=A9 Lureau Signed-off-by: Gerd Hoffmann Message-id: 20180308085301.8875-2-kraxel@redhat.com --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f74e1f3b7c..973dbb99ac 100755 --- a/configure +++ b/configure @@ -3352,7 +3352,7 @@ else fi glib_modules=3Dgthread-2.0 if test "$modules" =3D yes; then - glib_modules=3D"$glib_modules gmodule-2.0" + glib_modules=3D"$glib_modules gmodule-export-2.0" fi =20 # This workaround is required due to a bug in pkg-config file for glib a= s it --=20 2.9.3