[Pkg-telepathy-commits] [SCM] telepathy-mission-control packaging branch, debian-patches, updated. 10b4c2ec19d7d9f5179fd0875c7d17f2d4a5d07e

Simon McVittie smcv at debian.org
Fri Dec 26 19:30:34 UTC 2008


The following commit has been merged in the debian-patches branch:
commit 98ebffcb839c119e5d9395a1de61cca653f313f0
Author: Laurent Bigonville <bigon at debian.org>
Date:   Fri Dec 26 19:09:27 2008 +0000

    Use gmodule-no-export-2.0 instead of gmodule-2.0 to avoid all symbols to be exported

diff --git a/configure.ac b/configure.ac
index e6cacf7..dc6e917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,7 +146,7 @@ PKG_CHECK_MODULES(GLIB, glib-2.0)
 AC_SUBST(GLIB_LIBS)
 AC_SUBST(GLIB_CFLAGS)
 
-PKG_CHECK_MODULES(GMODULE, gmodule-2.0)
+PKG_CHECK_MODULES(GMODULE, gmodule-no-export-2.0)
 AC_SUBST(GMODULE_LIBS)
 AC_SUBST(GMODULE_CFLAGS)
 

-- 
telepathy-mission-control packaging



More information about the Pkg-telepathy-commits mailing list