openwrt/package/libs
Florian Fainelli a6e5943a2a elfutils: Pass -Wno-unused-result to silence warnings as errors
elfutils turns on -Werror by default, and patch 100-musl-compat.patch
changes how strerror_r is used and we no longer use the function's
return value. This causes the following build error/warning to occur
with glibc-based toolchains:

dwfl_error.c: In function 'dwfl_errmsg':
dwfl_error.c:158:18: error: ignoring return value of 'strerror_r',
declared with attribute warn_unused_result [-Werror=unused-result]
       strerror_r (error & 0xffff, s, sizeof(s));
                  ^
cc1: all warnings being treated as errors

Fixing this would be tricky as there are two possible signatures for
strerror_r (XSI and GNU), just turn off unused-result warnings instead.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
(cherry picked from commit 484f768dfa)
2017-12-13 15:43:49 +01:00
..
argp-standalone treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
cyassl cyassl: update to wolfssl 3.12.2 (1 CVE) 2017-12-13 13:08:38 +01:00
elfutils elfutils: Pass -Wno-unused-result to silence warnings as errors 2017-12-13 15:43:49 +01:00
gettext package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 2017-01-10 22:15:37 +01:00
gettext-full gettext-full: avoid using iconv for host builds 2017-01-11 03:48:30 +01:00
gmp gmp: Update to 6.1.2 2017-01-03 14:24:33 +01:00
libbsd treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libconfig treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libevent2 treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libiconv package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 2017-01-10 22:15:37 +01:00
libiconv-full treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libjson-c treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libmnl treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libnetfilter-conntrack treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libnetfilter-cthelper treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libnetfilter-cttimeout treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libnetfilter-log treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libnetfilter-queue treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
libnfnetlink treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libnftnl treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
libnl libnl: Fix building with uClibc 2017-12-13 14:45:00 +01:00
libnl-tiny libnl-tiny: define _GNU_SOURCE if not defined 2016-12-20 09:35:36 +01:00
libpcap libpcap: add optional netfilter support 2017-03-01 20:37:37 +01:00
libreadline treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
libroxml treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
librpc treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
libtool libtool: don't clobber host libtool infrastructure 2017-02-01 16:05:52 +01:00
libubox libubox: fix host build on macOS 2017-04-08 14:49:05 +02:00
libunwind libunwind: update to 1.2 2017-12-13 15:35:33 +01:00
libusb libusb: Update to 1.0.21 2017-01-03 14:24:33 +01:00
libusb-compat treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
lzo lzo: Update to 2.10 2017-12-13 14:47:43 +01:00
mbedtls mbedtls: update to 2.6.0 CVE-2017-14032 2017-09-30 15:24:52 +02:00
ncurses ncurses: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate 2017-01-14 18:58:44 +01:00
nettle treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
openssl openssl: update to 1.0.2n 2017-12-13 13:17:12 +01:00
popt treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
sysfsutils treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
toolchain toolchain: add musl libc.so to external toolchain 2017-12-13 14:44:24 +01:00
uclibc++ uclibc++: patch bugfix erase() on derived __base_associative 2017-03-01 20:37:36 +01:00
uclient uclient: update to the latest version, fixes fetch of multiple files 2017-11-03 10:56:47 +01:00
ustream-ssl ustream-ssl: remove legacy polarssl support 2017-01-09 14:35:09 +01:00
zlib zlib: Update to 1.2.11 2017-01-21 14:27:23 +01:00