diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-28 07:34:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-28 07:34:45 +0000 |
commit | 37d1b93c8046e53ba312346bdb3cdd5893ea1c58 (patch) | |
tree | 4cfd7d86e7476f2da6f9b861e44c7f10d3c109c4 /main/dnstop/musl-fix.patch | |
parent | 0fd45268fb1a536c75d0b1db1f0e7cc9f7f5fb5e (diff) | |
download | aports-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.patch | 11 |
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 |