10002 Commits

Author SHA1 Message Date
florian
9fa9cffa5a mdk3: fix compile on platforms with VFP
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
mdk3 uses VFP register arguments, /tmp/ccBN2WMD.o does not
mdk3 uses VFP register arguments, osdep/libosdep.a(osdep.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(network.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(linux.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(radiotap-parser.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(common.o) does not
with failed to merge target specific data of file ...

CFLAGS were overwritten so append them instead

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:29 +00:00
florian
5bdd4e53dc jtg: fix compile on platforms with VFP
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
ld: error: jtg uses VFP register arguments, /tmp/ccewx1gu.o does not

CFLAGS were overwritten so append them instead

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:27 +00:00
florian
eb3a4ae50a empdcd: fix compile on platforms with VFP
on platforms with VFP/hardfloat ld fails with:
empcd uses VFP register arguments, empcd.o does not
empcd uses VFP register arguments, keyeventtable.o does not
empcd uses VFP register arguments, support/mpc-0.12.2/src/libmpdclient.o does not

append to CFLAGS instead of overwrite

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:24 +00:00
florian
27f5e8119b libexif update to 0.6.21
Update libexif to 0.6.21. Add package licensing information and refresh patch.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:21 +00:00
florian
f33120e21a shairport: Update to latest version and switch to procd
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[florian: fix subject and message]
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:19 +00:00
tripolar
657092e09c [packages] git: update to 1.9.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-11 13:29:44 +00:00
nbd
44fd0ee32d collectd: disable mips16 support, some code gets miscompiled
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-09 00:56:18 +00:00
nbd
1cb8270610 igmpproxy: move to trunk, add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 13:14:34 +00:00
nbd
10c5647407 igmpproxy: allow 0.0.0.0/0 as allowed net in the config
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 13:10:38 +00:00
florian
3cc7097976 ddns-scripts: Support Mythic Beast's Dynamic DNS API
This patch adds support for Mythic Beast's Dynamic DNS API as documented
here: https://www.mythic-beasts.com/support/topics/dynamicdns.

Signed-off-by: Liam Fraser <liam@mythic-beasts.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:50 +00:00
florian
ee7b071f1d dhcpcd: update to 6.1.0
DHCPv6 and other features
see: http://roy.marples.name/projects/dhcpcd/wiki/DhcpcdHistory

-update download location
-install default dhcpcd hooks script and example hooks

v2:
-add CFLAGS to configure test

configure test failed silently on OMAP because of missing CFLAGS (-mfloat-abi=hard) with
../arm-openwrt-linux-uclibcgnueabi/bin/ld: error: _getifaddrs uses VFP register arguments

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:47 +00:00
florian
0f909ece6b input-utils: update to 1.1
- change upstream URL
- update to 1.1 release
- delete obsolete patches (they are in upstream)

patch 001
- fix compile on sys with sh->dash (Debian,Ubuntu)
Error:
Make.config:1: *** empty variable name.  Stop.
Reason: echo -e in mk/Autoconf.mk

patch 002:
- use path of Linux headers from environment (INPUT)
for generating files with name.sh
Error depending on Kernel:
In file included from input.c:48:0:
KEY.h:243:4: error: 'KEY_WWAN' undeclared here (not in a function)
  [ KEY_WWAN         ] = "WWAN",

fixes https://dev.openwrt.org/ticket/14028

unsure if the right header is included
compile tested

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:45 +00:00
florian
e516ed9266 seeks: fix compile on platforms with VFP
This solution might be a little bit dirty - is adding those -mfloat-abi
switches to CXXFLAGS in rules.mk cleaner ?
but they are overwritten in this case so dunno :/

reported by buildbot on sunxi

configure fails to detect C++ compiler:
a.out uses VFP register arguments, /tmp/ccHPrqts.o does not
fixed by first change

other errors when linking:
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/miscutil.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mem_utils.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mutexes.o does not
fixed by second change

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:42 +00:00
florian
216ca09aaa gnutls: Allow gnutls to be compiled using nettle-mini.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:40 +00:00
florian
5f0206834d nettle: Nettle can be configured to not use gmp
This includes a series of unofficial patches that modify nettle
in order to use gmp-mini, see https://github.com/nmav/nettle-mini

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:37 +00:00
florian
c5292a55b2 gnutls: Made several parts of gnutls configurable and updated to 3.2.14.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
[florian: fix prefix, make cryptodev depend on BROKEN]
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:34 +00:00
florian
020f457c38 shairport: Update shairport to final version 1.0
James Laird (abrasive), together with some other developers, has updated
shairport fixing several bugs and adding several improvements.
https://github.com/abrasive/shairport/tree/master

This patch changes the package source to his repo and deletes the unneeded IPv6
patch.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[florian: fix subject and reformat commit message]
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:29 +00:00
florian
1e2419b7d2 tgt: fix conffiles section
Remove the leading tab

Reported-by: Maxim Storchak <m.storchak@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-06 02:22:30 +00:00
swalker
1b9ee7c211 [packages] libotr: remove host paths to fix buildbot bustage
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 23:35:37 +00:00
swalker
61041d25cc [packages] libimobiledevice: update to 1.1.6, bypass broken openssl detection, drop obsolete glib2 depends
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 23:12:52 +00:00
swalker
5e94aa477b [packages] libusbmuxd: add separate libusbmuxd & tools package that was split from usbmuxd
[packages] usbmuxd: disable building & packaging the bundled libusbmuxd & tools

Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 23:10:44 +00:00
swalker
921a128402 [packages] libplist: update to 1.11, build without cython support, drop cmake as upstream switched to autotools
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 23:03:48 +00:00
florian
1b3db4a0a1 new package tgt
This patch provides userspace iSCSI target support.

https://dev.openwrt.org/ticket/8798

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:31:10 +00:00
florian
3cfbab7ce5 haserl: uptate to 0.9.32, add optional lua support
This patch updates haserl to version 0.9.32 and introduces optional lua support
See http://haserl.sourceforge.net/manpage.html#lbAM

Note: to implement lua support I had to change build process slightly to
get rid of host precompilation of lua script. I decided to patch existing
Makefile.in instead of patching Makefile.am and regenerating everything
from scratch.  If this approach is wrong and it's better to patch Makefile.am,
please let me know.

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
[florian: fix missing quote after source]
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:31:06 +00:00
florian
502c47bb5a httping: fix build with NLS
v2: INTL support was not at default DEPENDS (broke nossl)

libintl.h was not found when CONFIG_BUILD_NLS was selected
explicit -lintl fixes
undefined reference to `libintl_gettext'

fixes ticket #15816

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:31:03 +00:00
florian
8d3fbd4b11 tayga: fix compile on platforms with VFP
CFLAGS were set explicitly in configure.ac
and then got included in Makefile; remove them

fix compile error found on buildbot with arch sunxi

several compile errors on .o files:
 tayga uses VFP register arguments, nat64.o does not

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:30:59 +00:00
florian
3ad52c7b56 tvheadend: fix compile on platforms with VFP
bundle.o was compiled with incompatible setting resulting in error at linking
Solution: add CFLAGS to Makefile and fix it

Error found on buildbot for target sunxi

Error message:
build.linux/tvheadend uses VFP register arguments, ./build.linux/bundle.o does not

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:30:56 +00:00
hauke
6eeaa1ef10 posix: fix build
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 12:54:52 +00:00
hauke
c221b8ce9d etherpuppet: correct broken url
Signed-off-by: Russell Senior <russell@personaltelco.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:57:17 +00:00
hauke
75604d039f bemused: fix build by including more include files
Signed-off-by: Russell Senior <russell@personaltelco.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:53:20 +00:00
hauke
201678b4e7 xupnpd: Update to latest version, switch to procd and add parameter for root directory
Update to latest version, switch to procd and add parameter for root directory.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:29:26 +00:00
hauke
f24c4210db luaposix: update to v31
v31 adds more interfaces to POSIX.
New compared to v5.1.11:
nanosleep, open, close, read, write, pipe, dup, dup2, setfl, getfl, fcntl,
poll, fnmatch, memrchr, strptime, statvfs, mkdtemp, isatty, openpt, ptsname,
grantpt, unlockpt, killpg, openpty, realpath, socket functions and constants,
fixes, optimizations, etc.
New dependency: luabitop (provided as a separate patch)

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:22:54 +00:00
hauke
d204521801 luabitop: add new package for luaposix
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
operations on numbers.
This is a requirement for the updated luaposix.

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:22:07 +00:00
hauke
42582ae223 pptpd: bump to version 1.4.0 (fix bugs #12909, #15490, #15635)
Old pptpd 1.3.4 suffers from an old bug that gcc 4.8 has apparently brought
to surface (analysed in bug #12909).

The problem has been fixed upstream and is included in 1.4.0 release from
October 2013.
http://sourceforge.net/p/poptop/mailman/message/30453437/
db9a847936/
http://sourceforge.net/projects/poptop/

The patch bumps pptpd from 6-year old 1.3.4 to 1.4.0.

Related bugs #15428, #15635, #12909, #15490.
https://dev.openwrt.org/ticket/12909
https://dev.openwrt.org/ticket/15428  (AA12.09)
https://dev.openwrt.org/ticket/15490
https://dev.openwrt.org/ticket/15635

I have compiled and briefly tested on ar71xx/wndr3700 with trunk.

signed-off-by: hannu.nyman@iki.fi


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:02:55 +00:00
hauke
616cc6084a haveged: bump to 1.9.1
Patch to bump haveged to version 1.9.1 released in February 2014.
http://www.issihosts.com/haveged/downloads.html

Compiled and tested on ar71xx/wndr3700.

signed-off-by: hannu.nyman@iki.fi


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:02:21 +00:00
hauke
6be0729c64 htop: bump version to 1.03
There is a new 1.03 version of htop:
http://www.freelists.org/post/htop/ANN-htop-103

This patch bumps htop from 1.02 to 1.03. Since January 2014 the releases are
made from developer's own site instead of Sourceforge, so I have changed the
download location accordingly.
http://sourceforge.net/projects/htop/
http://hisham.hm/htop/

Sources are on github:
https://github.com/hishamhm/htop

Signed-off-by: hannu.nyman@iki.fi


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:01:11 +00:00
swalker
403a68488c [packages] ldns: update to 1.6.17
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 04:23:53 +00:00
swalker
11349c8778 [packages] unbound: update to 1.4.22, drop libldns depends per upstream, update named.cache, refresh patches
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 04:23:30 +00:00
swalker
f7edb750d3 [packages] usbmuxd: update to 1.0.8 (CVE-2012-0065), update urls, don't ship dev .so symlink
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 02:10:09 +00:00
swalker
82ff8d75fc [packages] vblade: update to 21
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 01:58:28 +00:00
swalker
b2d90e1ab1 [packages] uftp: update to 4.1.5
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 01:58:14 +00:00
swalker
8546c8f21e [packages] tor-alpha: update to 0.2.5.4-alpha
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 01:57:52 +00:00
hauke
6ad34ad543 pyload: do not depend on python-django
This dependency is not needed.

This closes #11471.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 21:19:40 +00:00
hauke
336fdf12cc weechat: update to version 0.4.3 and fix dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 20:27:12 +00:00
hauke
72e3d4d352 mxml: update to version 2.8
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 20:11:17 +00:00
hauke
a4c1ad3b0d nufw: add dependency to libgcrypt
This was missing and caused build errors.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 20:04:16 +00:00
hauke
cd544546ab Revert "replace dependency of libffmpeg with libffmpeg-mini"
This reverts commit r40644.

libffmpeg is provided by libffmpeg-mini and libffmpeg-full.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:48:46 +00:00
hauke
60bace6cff tesseract: update to version 3.02.02
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:39:39 +00:00
hauke
6759e3850e pyload: update to current version 0.4.9
Signed-off-by: Oliver Ertl <oliver@ertls-netzwerk.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:39:15 +00:00
hauke
0d94f228db collectd: Fix collectd / Luci statistics breakage due to r39119 / #15010
Collectd / Luci statistics module has been broken since r39119 (in December
2013). Buildbot has not built it succesfully since then.

Bug 15010 describes the issue:  https://dev.openwrt.org/ticket/15010
Changeset 39119:  https://dev.openwrt.org/changeset/39119

The build breakage only concerns one collectd plugin, netlink, which expects
iproute2 to be compiled with "fpic" option, which was removed by r39119 in
order to make iproute2 smaller.
http://buildbot.openwrt.org:8010/broken_packages/ar71xx/collectd/compile.txt

There are two alternative fixes:
- add fpic back to iproute2 compile options. But devs apparently
intentionally removed it to decrease size
- alternatively, disable netlink plugin in collectd by marking it broken

It is unfortunate that the whole collectd remains uncompiled in buildbot
snapshots due to that one minor plugin. Other bugs related to this (e.g.
#15077 and #14642) were closed three weeks ago as duplicates of #15010, but I
have seen no action regarding actually fixing the issue.

So, please find attached a patch marking the netlink plugin broken.
All other collectd modules do compile. I compile-tested them with ar71xx.

Signed-off-by: hannu.nyman@iki.fi


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:12:00 +00:00