aboutsummaryrefslogtreecommitdiff
path: root/libs/glib2
Commit message (Collapse)AuthorAge
* glib2: fix missing gobject library when linking glib-compile-resources (#826)Jo-Philipp Wich2015-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* glib2: update to 2.43.3Peter Wagner2015-01-25
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* glib2: Upgrade to 2.42.1Ted Hess2014-12-03
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* glib2: fix compilation in my fedora20 mockEtienne CHAMPETIER2014-07-23
| | | | | | see #72 Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* glib2: add libattr dependencyJohn Crispin2014-07-06
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* glib2: import from packages and update to the latest versionPeter Wagner2014-06-30