hal ChangeLog,1.616,1.617 configure.in,1.99,1.100

David Zeuthen david at freedesktop.org
Tue Aug 23 12:53:26 PDT 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv20526

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-08-23  David Zeuthen  <davidz at redhat.com>

        * libhal/Makefile.am, configure.in: Since gcc 3.4.4, 4.0.1 and
        4.1.0, some gcov symbols have been declared hidden, resulting in a
        link error when trying to link hald-probe-*. The problem is that
        libhal.so hasn't been linked with libgcov. Patch from Cornelia
        Huck <cohuck at de.ibm.com>.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -d -r1.616 -r1.617
--- ChangeLog	23 Aug 2005 19:38:28 -0000	1.616
+++ ChangeLog	23 Aug 2005 19:53:24 -0000	1.617
@@ -1,5 +1,13 @@
 2005-08-23  David Zeuthen  <davidz at redhat.com>
 
+	* libhal/Makefile.am, configure.in: Since gcc 3.4.4, 4.0.1 and
+	4.1.0, some gcov symbols have been declared hidden, resulting in a
+	link error when trying to link hald-probe-*. The problem is that
+	libhal.so hasn't been linked with libgcov. Patch from Cornelia
+	Huck <cohuck at de.ibm.com>.
+
+2005-08-23  David Zeuthen  <davidz at redhat.com>
+
 	* configure.in: Added Basque (eu) to ALL_LINGUAS
 
 2005-08-23  Danny Kukawka <danny.kukawka at web.de>

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- configure.in	23 Aug 2005 19:38:28 -0000	1.99
+++ configure.in	23 Aug 2005 19:53:24 -0000	1.100
@@ -216,6 +216,8 @@
   fi
 fi
 
+AM_CONDITIONAL(GCOV, test x$enable_gcov = xyes)
+
 dbus_module="dbus-1 >= 0.33"
 pkg_modules="glib-2.0 >= 2.6.0, gobject-2.0 >= 2.6.0, dbus-glib-1 >= 0.33, $dbus_module"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])




More information about the hal-commit mailing list