* [Buildroot] [PATCH 1/1] package/iptraf-ng: Fix musl build
@ 2016-01-23 22:03 Bernd Kuhls
2016-03-30 20:44 ` Jörg Krause
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-01-23 22:03 UTC (permalink / raw)
To: buildroot
Ported from
http://git.alpinelinux.org/cgit/aports/tree/main/iptraf-ng/APKBUILD#n28
Fixes
http://autobuild.buildroot.net/results/72b/72b019ce5bb52b8b87d92cce675708f7b9f8a96e/
http://autobuild.buildroot.net/results/f67/f67f1c2a627a6d535dd5c00e2ee131b5c5a99a0a/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/iptraf-ng/iptraf-ng.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/iptraf-ng/iptraf-ng.mk b/package/iptraf-ng/iptraf-ng.mk
index 7313873..404db8b 100644
--- a/package/iptraf-ng/iptraf-ng.mk
+++ b/package/iptraf-ng/iptraf-ng.mk
@@ -11,5 +11,6 @@ IPTRAF_NG_LICENSE_FILES = LICENSE
IPTRAF_NG_DEPENDENCIES = ncurses
IPTRAF_NG_MAKE_ENV = NCURSES_LDFLAGS="-lpanel -lncurses"
+IPTRAF_NG_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
$(eval $(autotools-package))
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-30 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-23 22:03 [Buildroot] [PATCH 1/1] package/iptraf-ng: Fix musl build Bernd Kuhls
2016-03-30 20:44 ` Jörg Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox