mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/libasyncns-python: fix build with glibc-2.25.
Gentoo-Bug: https://bugs.gentoo.org/609388 Closes: https://github.com/gentoo/gentoo/pull/5739
This commit is contained in:
committed by
Patrice Clement
parent
8b8af2bc04
commit
b438d54733
@@ -0,0 +1,14 @@
|
||||
https://sourceware.org/git/?p=glibc.git;a=patch;h=4f157746e0c713965d9143b52fef606312087c48
|
||||
|
||||
diff --git a/libasyncns-python-0.7.1/libasyncns.c b/libasyncns-python-0.7.1/libasyncns.c
|
||||
index 99a73de..5e3da0b 100644
|
||||
--- a/libasyncns-python-0.7.1/libasyncns.c
|
||||
+++ b/libasyncns-python-0.7.1/libasyncns.c
|
||||
@@ -134,7 +134,6 @@ PyMODINIT_FUNC initlibasyncns(void)
|
||||
ADDNSCONST(ns_t_mailb);
|
||||
ADDNSCONST(ns_t_maila);
|
||||
ADDNSCONST(ns_t_any);
|
||||
- ADDNSCONST(ns_t_zxfr);
|
||||
ADDNSCONST(ns_t_max);
|
||||
|
||||
ADDNSCONST(ns_c_invalid);
|
||||
Reference in New Issue
Block a user