Community maintained packages for difos.
Find a file
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
admin zabbix: update to 2.4.3 2014-12-26 20:06:56 +01:00
devel patch: bump to version 2.7.3 2015-01-26 06:57:50 -08:00
ipv6 aiccu: Add NTP hotplug hook 2014-12-01 15:15:35 +01:00
lang perl-test-harness: Update to 3.35 2015-01-25 00:24:45 +01:00
libs glib2: fix missing gobject library when linking glib-compile-resources (#826) 2015-01-27 22:43:55 +01:00
mail alpine: update to 2.20 2015-01-25 12:43:24 +02:00
multimedia gst1-plugins-base: add videoconvert plugin 2015-01-23 21:24:58 -02:00
net Merge pull request #827 from salzmdan/master 2015-01-27 14:25:38 +01:00
sound shairport-sync: New package from MikeBrady 2015-01-25 20:14:18 -05:00
utils Merge pull request #819 from probonopd/hub-ctrl 2015-01-25 18:57:30 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-12-15 08:56:37 +01:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md README.md: fix OpenWrt name in heading 2014-08-09 08:12:31 +02:00

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained packages.

Usage

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update packages
./scripts/feeds install -a -p packages

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.