From 31e2a8776da537a32790b318d3c944a80247f15d Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 4 Dec 2016 00:54:25 -0800 Subject: Rename gettext 0.19.6 patches to 0.19.7. 120-*.patch needed an update; others copied verbatim. Signed-off-by: Alexey Neyman --- ...ix-linker-error-redefinition-of-vasprintf.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 patches/gettext/0.19.7/110-Fix-linker-error-redefinition-of-vasprintf.patch (limited to 'patches/gettext/0.19.7/110-Fix-linker-error-redefinition-of-vasprintf.patch') diff --git a/patches/gettext/0.19.7/110-Fix-linker-error-redefinition-of-vasprintf.patch b/patches/gettext/0.19.7/110-Fix-linker-error-redefinition-of-vasprintf.patch new file mode 100644 index 00000000..dacdfb1e --- /dev/null +++ b/patches/gettext/0.19.7/110-Fix-linker-error-redefinition-of-vasprintf.patch @@ -0,0 +1,31 @@ +From a76649dae62768d0af7017b3fc0ca5f891588c78 Mon Sep 17 00:00:00 2001 +From: Andoni Morales Alastruey +Date: Wed, 29 Feb 2012 10:44:43 +0100 +Subject: [PATCH] Fix linker error: redefinition of vasprintf + +This might not be the best patch, but it works for us +The link error was: +.libs/autosprintf.o:autosprintf.cc:(.text$vasprintf[_vasprintf]+0x0): multiple definition of `_vasprintf' +.libs/lib-asprintf.o:lib-asprintf.c:(.text+0x4621): first defined here +--- + gettext-runtime/libasprintf/autosprintf.cc | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/gettext-runtime/libasprintf/autosprintf.cc b/gettext-runtime/libasprintf/autosprintf.cc +index ca318f7..2526210 100644 +--- a/gettext-runtime/libasprintf/autosprintf.cc ++++ b/gettext-runtime/libasprintf/autosprintf.cc +@@ -19,8 +19,10 @@ + This must come before because may include + , and once has been included, it's too late. */ + #ifndef _GNU_SOURCE ++#ifndef _WIN32 + # define _GNU_SOURCE 1 + #endif ++#endif + + /* Specification. */ + #include "autosprintf.h" +-- +1.8.4 + -- cgit v1.2.3