diff options
author | wiz <wiz@pkgsrc.org> | 2022-05-19 07:49:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-05-19 07:49:17 +0000 |
commit | 975fe39d6d5c470f06c461184ccefa6df8c95400 (patch) | |
tree | 29418bcf96c1144f9a5da816c0120bb629cceee2 /net | |
parent | 686ad3062b32de39ca94cfacc32af7b43df8f073 (diff) | |
download | pkgsrc-975fe39d6d5c470f06c461184ccefa6df8c95400.tar.gz |
frr: remove patch that was removed from distinfo during last update
Diffstat (limited to 'net')
-rw-r--r-- | net/frr/patches/patch-lib_elf__py.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/frr/patches/patch-lib_elf__py.c b/net/frr/patches/patch-lib_elf__py.c deleted file mode 100644 index a1668a20aca..00000000000 --- a/net/frr/patches/patch-lib_elf__py.c +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-lib_elf__py.c,v 1.1 2021/08/11 10:09:54 kardel Exp $ - - frr 8 now embeds Xref information in executables and - adds notes to the ELF files. On NetBSD these notes - create kernel messages at exec time. Allow the - note mechanism to be disabled by allowing lib/elf_py.c - to be compiled in that configuration. - ---- lib/elf_py.c.orig 2021-08-06 11:34:16.683867232 +0000 -+++ lib/elf_py.c -@@ -1030,6 +1030,7 @@ static char *elfdata_strptr(Elf_Data *da - return p; - } - -+#ifdef HAVE_ELF_GETDATA_RAWCHUNK - static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata, - size_t entries, Elf_Data *symdata, - Elf_Data *strdata, Elf_Type typ) -@@ -1124,6 +1125,7 @@ static void elffile_add_dynreloc(struct - } - - } -+#endif - - /* primary (only, really) entry point to anything in this module */ - static PyObject *elffile_load(PyTypeObject *type, PyObject *args, |