From: Jo-Philipp Wich Date: Sun, 6 Nov 2016 14:20:23 +0000 (+0100) Subject: iptables: declare _GNU_SOURCE to define RTLD_NEXT X-Git-Url: http://git.openwrt.org/?p=project%2Ffirewall3.git;a=commitdiff_plain;h=227530375704f8aa5ae3af0b88d7749f7cf7e7d0 iptables: declare _GNU_SOURCE to define RTLD_NEXT This is required to build firewall3 on non-musl systems. Signed-off-by: Jo-Philipp Wich --- diff --git a/iptables.h b/iptables.h index efd7cf3..1d98b76 100644 --- a/iptables.h +++ b/iptables.h @@ -19,6 +19,8 @@ #ifndef __FW3_IPTABLES_H #define __FW3_IPTABLES_H +#define _GNU_SOURCE /* RTLD_NEXT */ + #include #include #include