diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 17:14:36 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 17:14:36 +0000 |
commit | 033138b6148fb33035ef097cc8c16e435a17fd8e (patch) | |
tree | 115710df14f1b102ad0e09fdd05ec3f2bc966709 | |
parent | 6138f3398778cef27660947cd8fcb494703727e5 (diff) | |
download | aports-033138b6148fb33035ef097cc8c16e435a17fd8e.tar.bz2 aports-033138b6148fb33035ef097cc8c16e435a17fd8e.tar.xz |
main/libnetfilter_queue: fix musl build
-rw-r--r-- | main/libnetfilter_queue/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libnetfilter_queue/APKBUILD b/main/libnetfilter_queue/APKBUILD index e39d9fb61a..37791cedde 100644 --- a/main/libnetfilter_queue/APKBUILD +++ b/main/libnetfilter_queue/APKBUILD @@ -26,6 +26,7 @@ prepare() { build() { cd "$_builddir" + export CFLAGS="$CFLAGS -D_GNU_SOURCE" ./configure \ --build=$CBUILD \ --host=$CHOST \ |