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>
2018-12-20 19:21:42 +01:00
..
argp-standalone
elfutils elfutils: fix gcc 8.0+ multistatement macros warning/error 2018-12-20 19:21:42 +01:00
gettext
gettext-full gettext-full: host compile with -fpic 2018-09-24 19:18:52 +02:00
gmp
libbsd libbsd: Update to 0.8.7 2018-08-25 15:40:23 +02:00
libconfig libconfig: Fix tarball filename (and URL) 2018-11-01 17:16:52 +01:00
libevent2 libevent2: Switch to using release tarball 2018-08-25 13:18:35 +02:00
libiconv
libiconv-full
libjson-c libjson-c: set HOST_BUILD_PREFIX 2018-08-07 22:31:48 +02:00
libmnl
libnetfilter-conntrack
libnetfilter-cthelper
libnetfilter-cttimeout
libnetfilter-log
libnetfilter-queue
libnfnetlink package/libs/libnfnetlink: Remove dead mirror 2018-06-14 21:48:38 +02:00
libnftnl libnftnl: bump to version 1.1.1 2018-06-18 18:21:20 +02:00
libnl libnl: bump to 3.4.0 2018-07-07 18:33:58 +02:00
libnl-tiny
libpcap libpcap: patch to add limits.h to pcap-usb-linux.c 2018-09-10 09:15:26 +02:00
libroxml
librpc librpc: add host build to install h files needed for nfs-kernel-server to get compiled 2018-07-16 15:12:19 +02:00
libtool libtool: Update to 2.4.6 2018-03-31 16:27:24 +02:00
libubox libubox: set RPATH for host build 2018-08-14 23:54:59 +02:00
libunwind libunwind: fix build with musl on PPC 2018-02-25 16:58:10 +01:00
libusb libusb: Add SourceForge mirror. 2018-05-02 09:18:26 +02:00
libusb-compat
lzo
mbedtls mbedtls: fix compilation on ARM < 6 2018-12-16 14:03:06 +01:00
ncurses ncurses: use default host install 2018-09-24 19:22:53 +02:00
nettle nettle: bump to 3.4.1 2018-12-09 20:39:35 +01:00
nghttp2 nghttp2: bump to 1.35.1 2018-12-15 12:30:02 +01:00
openssl openssl: enable OPENSSL_WITH_DEPRECATED when OpenSSL is built as a build dep 2018-10-30 20:38:34 +01:00
popt popt: Add main site back to PKG_SOURCE_URL 2018-11-09 08:50:18 +01:00
readline
sysfsutils package sysfsutils: add support for sysfs settings at boot 2018-05-22 20:47:20 +02:00
toolchain
uclibc++
uclient uclient: update to latest Git head 2018-11-24 20:15:04 +01:00
ustream-ssl ustream-ssl: update to latest git HEAD 2018-08-07 14:28:16 +02:00
wolfssl wolfssl: update to version 3.15.3-stable 2018-10-15 08:41:02 +02:00
zlib tools/zlib: move zlib build to tools 2018-04-28 15:28:59 +02:00