Skip to content
Snippets Groups Projects
Commit bbddc2e5 authored by Timo Teräs's avatar Timo Teräs
Browse files

main/iptraf-ng: fix musl build

parent d7cd7158
No related merge requests found
......@@ -27,7 +27,7 @@ prepare() {
build() {
cd "$_builddir"
CFLAGS="$CFLAGS -std=gnu99" ./configure \
CFLAGS="$CFLAGS -D_GNU_SOURCE -std=gnu99" ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment