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
Christian Lamparter a8bae35914 elfutils: fix gcc 8.0+ multistatement macros warning/error
GCC 8.0+ <https://gcc.gnu.org/gcc-8/changes.html> introduces a new
warning about unsafe macros expanding to multiple statements used
as a body of a statement such as if, else, while, switch, or for.

In combination with -Werror this can cause the compilation to fail:

|In file included from xmalloc.c:37:
|xmalloc.c: In function 'xmalloc':
|system.h:39:2: error: macro expands to multiple statements [-Werror=multistatement-macros]
|  fflush(stdout); \
|  ^~~~~~
|xmalloc.c:52:5: note: in expansion of macro 'error'
|     error (EXIT_FAILURE, 0, _("memory exhausted"));
|     ^~~~~
|xmalloc.c:51:3: note: some parts of macro expansion are not guarded by this 'if' clause
|   if (p == NULL)
|   ^~

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
5 years ago
..
argp-standalone argp-standalone: clean up patch fuzz 6 years ago
elfutils elfutils: fix gcc 8.0+ multistatement macros warning/error 5 years ago
gettext package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
gettext-full gettext-full: host compile with -fpic 6 years ago
gmp gmp: Update to 6.1.2 7 years ago
libbsd libbsd: Update to 0.8.7 6 years ago
libconfig libconfig: Fix tarball filename (and URL) 6 years ago
libevent2 libevent2: Switch to using release tarball 6 years ago
libiconv package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
libiconv-full libiconv-full: fix compile-time linking error GCC7 6 years ago
libjson-c libjson-c: set HOST_BUILD_PREFIX 6 years ago
libmnl treewide: clean up download hashes 7 years ago
libnetfilter-conntrack libnetfilter_conntrack: switch to git 7 years ago
libnetfilter-cthelper treewide: clean up download hashes 7 years ago
libnetfilter-cttimeout treewide: clean up download hashes 7 years ago
libnetfilter-log treewide: clean up download hashes 7 years ago
libnetfilter-queue libnetfilter_queue: bump to git HEAD 7 years ago
libnfnetlink package/libs/libnfnetlink: Remove dead mirror 6 years ago
libnftnl libnftnl: bump to version 1.1.1 6 years ago
libnl libnl: bump to 3.4.0 6 years ago
libnl-tiny libnl-tiny: use fixed message size instead of using the page size 7 years ago
libpcap libpcap: patch to add limits.h to pcap-usb-linux.c 6 years ago
libroxml treewide: clean up download hashes 7 years ago
librpc librpc: add host build to install h files needed for nfs-kernel-server to get compiled 6 years ago
libtool libtool: Update to 2.4.6 6 years ago
libubox libubox: set RPATH for host build 6 years ago
libunwind libunwind: fix build with musl on PPC 6 years ago
libusb libusb: Add SourceForge mirror. 6 years ago
libusb-compat libusb-compat: Upgrade to 0.1.15 7 years ago
lzo libs/lzo: Reenable unaligned access on ARM, PPC, ... 7 years ago
mbedtls mbedtls: fix compilation on ARM < 6 5 years ago
ncurses ncurses: use default host install 6 years ago
nettle nettle: bump to 3.4.1 5 years ago
nghttp2 nghttp2: bump to 1.35.1 5 years ago
openssl openssl: enable OPENSSL_WITH_DEPRECATED when OpenSSL is built as a build dep 6 years ago
popt popt: Add main site back to PKG_SOURCE_URL 6 years ago
readline add PKG_CPE_ID ids to package and tools 7 years ago
sysfsutils package sysfsutils: add support for sysfs settings at boot 6 years ago
toolchain build: cleanup SSP_SUPPORT configure option 6 years ago
uclibc++ uclibc++: patch bugfix erase() on derived __base_associative 7 years ago
uclient uclient: update to latest Git head 5 years ago
ustream-ssl ustream-ssl: update to latest git HEAD 6 years ago
wolfssl wolfssl: update to version 3.15.3-stable 6 years ago
zlib tools/zlib: move zlib build to tools 6 years ago