Files
packages/libs
Jo-Philipp Wich 767e5bbd9c glib2: fix missing gobject library when linking glib-compile-resources (#826)
The automake template does not specify libgobject-2.0.la as _LDADD dependency
for glib-compile-resources, leading to the following linker error:

  .../ld: warning: libgmodule-2.0.so.0, needed by ./.libs/libgio-2.0.so, not found (try using -rpath or -rpath-link)
  ./.libs/libgio-2.0.so: undefined reference to `g_module_supported'
  ./.libs/libgio-2.0.so: undefined reference to `g_module_symbol'
  ./.libs/libgio-2.0.so: undefined reference to `g_module_close'
  ./.libs/libgio-2.0.so: undefined reference to `g_module_error'
  ./.libs/libgio-2.0.so: undefined reference to `g_module_open'
  collect2: error: ld returned 1 exit status

This commit introduces a patch to add the missing libtool archive to the list
of libraries to link.

Due to the update of the .am file, a full autoreconf is required to update
configure and Makefile, leading to the following error:

  error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL

Therfore another patch is added to properly fix the conditional when using
automake-1.15.

Finally extend the copyright year in the Makefile and enable the generic
autoreconf fixup to properly build and link glib2.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-27 22:43:55 +01:00
..
2014-10-01 20:11:53 +02:00
2015-01-16 04:08:45 -02:00
2014-10-21 08:39:25 -04:00
2015-01-09 18:28:18 +01:00
2015-01-17 09:42:20 +01:00
2015-01-10 15:27:57 +01:00
2015-01-10 15:51:16 +01:00
2014-12-16 08:39:13 +01:00
2014-10-18 21:50:27 +02:00
2014-08-26 10:00:12 +02:00
2014-10-18 21:52:17 +02:00
2014-06-03 12:51:24 +02:00
2014-12-16 08:39:13 +01:00
2014-07-01 20:54:41 +02:00
2014-07-19 14:08:11 +02:00
2015-01-10 18:28:30 +01:00
2014-08-07 10:31:11 +02:00
2014-11-27 14:06:53 +01:00
2014-12-08 02:22:22 -08:00
2014-09-23 09:03:01 +02:00
2014-07-01 20:54:41 +02:00
2015-01-17 20:09:30 +01:00
2014-09-15 21:25:57 +02:00
2014-12-11 09:31:13 +01:00
2014-09-08 19:49:18 +02:00
2015-01-06 21:20:03 -04:00
2014-12-15 18:34:07 -02:00
2014-12-16 08:39:13 +01:00
2014-08-30 19:38:06 +02:00
2014-10-21 09:10:07 -04:00
2014-09-18 21:17:27 +02:00
2015-01-04 20:52:11 +01:00
2014-07-01 20:54:41 +02:00
2014-12-15 22:38:15 +01:00
2014-07-01 20:54:41 +02:00
2014-11-20 17:44:34 +03:00
2014-08-10 09:25:21 +02:00
2014-10-03 23:16:27 +04:00
2014-12-29 18:10:16 -05:00