summaryrefslogtreecommitdiff
path: root/recipes/build-tools
diff options
context:
space:
mode:
authorMarcos Kintschner <marcos.ktn@gmail.com>2018-07-17 21:16:30 -0300
committerNirbheek Chauhan <nirbheek@centricular.com>2018-07-22 19:52:43 +0530
commit7b32fd33186d43bc026a2b96f9b88079654b69ec (patch)
tree779c76bd6fce3db733ed43359f6ee64c1716b2e7 /recipes/build-tools
parentfb3729a9c9863b5fe58df1858be8036ed837b62c (diff)
gettext-tools.recipe: fix linker error during compilation
This upstream patch fixes the linker error: 'Cannot export rpl_printf: symbol not found' while targeting 32-bit on Windows 10. https://bugzilla.gnome.org/show_bug.cgi?id=796825
Diffstat (limited to 'recipes/build-tools')
-rw-r--r--recipes/build-tools/gettext-tools.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/build-tools/gettext-tools.recipe b/recipes/build-tools/gettext-tools.recipe
index c5a46dce..a55c0eca 100644
--- a/recipes/build-tools/gettext-tools.recipe
+++ b/recipes/build-tools/gettext-tools.recipe
@@ -18,7 +18,8 @@ class Recipe(recipe.Recipe):
configure_options = ' --disable-java --disable-csharp --disable-native-java --without-csv'
patches = ['../gettext/0001-Fix-linker-error-redefinition-of-vasprintf.patch',
'../gettext/0001-Undefine-__USE_MINGW_ANSI_STDIO-as-otherwise-stdio.h.patch',
- '../gettext/0001-Fix-build-invalid-instruction-on-macOS-10.13.patch' ]
+ '../gettext/0001-Fix-build-invalid-instruction-on-macOS-10.13.patch',
+ '../gettext/0001-Fix-linker-error-Cannot-export-rpl_printf.patch' ]
def prepare(self):
if self.config.target_platform == Platform.WINDOWS: