You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/libs
Florian Fainelli 484f768dfa 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>
7 years ago
..
argp-standalone treewide: clean up download hashes 8 years ago
cyassl cyassl: update to wolfssl version 3.10.0 7 years ago
elfutils elfutils: Pass -Wno-unused-result to silence warnings as errors 7 years ago
gettext package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
gettext-full gettext-full: fix to use $STAGING_DIR_HOSTPKG instead of $STAGING_DIR/host 7 years ago
gmp gmp: Update to 6.1.2 7 years ago
libbsd treewide: clean up download hashes 8 years ago
libconfig treewide: clean up download hashes 8 years ago
libevent2 treewide: clean up download hashes 8 years ago
libiconv package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
libiconv-full treewide: clean up download hashes 8 years ago
libjson-c json-c: disable implicit fallthrough warning (gcc 7) 7 years ago
libmnl treewide: clean up download hashes 8 years ago
libnetfilter-conntrack treewide: clean up download hashes 8 years ago
libnetfilter-cthelper treewide: clean up download hashes 8 years ago
libnetfilter-cttimeout treewide: clean up download hashes 8 years ago
libnetfilter-log treewide: clean up download hashes 8 years ago
libnetfilter-queue treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
libnfnetlink treewide: clean up download hashes 8 years ago
libnftnl libs/libnftnl: Update to 1.0.7 7 years ago
libnl libnl: Fix building with uClibc 7 years ago
libnl-tiny libnl-tiny: define _GNU_SOURCE if not defined 8 years ago
libpcap libs/libpcap: Rework URLs 7 years ago
libreadline treewide: clean up download hashes 8 years ago
libroxml treewide: clean up download hashes 8 years ago
librpc treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
libtool libtool: don't clobber host libtool infrastructure 7 years ago
libubox libubox: Update to latest version 7 years ago
libunwind libunwind: update to 1.2 7 years ago
libusb libusb: Update to 1.0.21 7 years ago
libusb-compat treewide: clean up download hashes 8 years ago
lzo lzo: Update to 2.10 7 years ago
mbedtls mbedtls: update to version 2.4.2 7 years ago
ncurses ncurses: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate 7 years ago
nettle treewide: clean up download hashes 8 years ago
openssl libs/openssl: Refresh mirror list 7 years ago
popt treewide: clean up download hashes 8 years ago
sysfsutils treewide: clean up download hashes 8 years ago
toolchain toolchain: Package libgomp 7 years ago
uclibc++ uclibc++: patch bugfix erase() on derived __base_associative 7 years ago
uclient uclient: Update to 2016-12-09 7 years ago
ustream-ssl ustream-ssl: remove legacy polarssl support 7 years ago
zlib zlib: Update to 1.2.11 7 years ago