aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnstop/musl-fix.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-05-28 07:34:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-05-28 07:34:45 +0000
commit37d1b93c8046e53ba312346bdb3cdd5893ea1c58 (patch)
tree4cfd7d86e7476f2da6f9b861e44c7f10d3c109c4 /main/dnstop/musl-fix.patch
parent0fd45268fb1a536c75d0b1db1f0e7cc9f7f5fb5e (diff)
downloadaports-37d1b93c8046e53ba312346bdb3cdd5893ea1c58.tar.bz2
aports-37d1b93c8046e53ba312346bdb3cdd5893ea1c58.tar.xz
main/dnstop: moved from testing
fixes #2890
Diffstat (limited to 'main/dnstop/musl-fix.patch')
-rw-r--r--main/dnstop/musl-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/dnstop/musl-fix.patch b/main/dnstop/musl-fix.patch
new file mode 100644
index 0000000000..8b4cd98ea7
--- /dev/null
+++ b/main/dnstop/musl-fix.patch
@@ -0,0 +1,11 @@
+--- ./dnstop.c.orig
++++ ./dnstop.c
+@@ -69,7 +69,7 @@
+ #define ETHERTYPE_IPV6 0x86DD
+ #endif
+
+-#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
++#if defined(__GLIBC__) || defined(__GNU__)
+ #define uh_dport dest
+ #define uh_sport source
+ #endif