diff options
| author | Milan P. Stanić <mps@arvanta.net> | 2019-09-19 17:55:57 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-22 13:16:58 +0000 |
| commit | e76dec005c37611a0866ea6456208758d337c749 (patch) | |
| tree | a1a8fa9a5cf0b3923b943bfc11f8c92ff77d9053 /main/iputils/fix-defines.patch | |
| parent | b7540286a403f0bfb771fd23239390c80f5fb2ab (diff) | |
| download | aports-e76dec005c37611a0866ea6456208758d337c749.tar.bz2 aports-e76dec005c37611a0866ea6456208758d337c749.tar.xz | |
main/iputils: upgrade to 20190709
build with meson because upstream switched to it
change source to github.com where development is moved
remove obsolete patches
Diffstat (limited to 'main/iputils/fix-defines.patch')
| -rw-r--r-- | main/iputils/fix-defines.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/iputils/fix-defines.patch b/main/iputils/fix-defines.patch deleted file mode 100644 index 13a2060327..0000000000 --- a/main/iputils/fix-defines.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/ping.h -+++ b/ping.h -@@ -44,6 +44,10 @@ - #define getnameinfo_flags 0 - #endif - -+#ifndef AI_CANONIDN -+#define AI_CANONIDN 0x0080 -+#endif -+ - #ifndef WITHOUT_IFADDRS - #include <ifaddrs.h> - #endif |
