diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-08-31 15:29:58 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-08-31 15:36:33 +0530 |
commit | 49811047bd724b3fccde49f84dea5e17600ed12b (patch) | |
tree | 2fadf2c2e9e64e3c8c0cb7d76d6d45704f64043c /recipes/proxy-libintl.recipe | |
parent | d8c0f9b1a1a3128856865491f30b450b298af755 (diff) |
proxy-libintl.recipe: Use the same ABI as gettext on all platforms
Diffstat (limited to 'recipes/proxy-libintl.recipe')
-rw-r--r-- | recipes/proxy-libintl.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/proxy-libintl.recipe b/recipes/proxy-libintl.recipe index 72abaebc..7ec3dfba 100644 --- a/recipes/proxy-libintl.recipe +++ b/recipes/proxy-libintl.recipe @@ -9,7 +9,8 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL btype = BuildType.MESON url = 'https://github.com/frida/proxy-libintl/archive/%(version)s.tar.gz' - patches = [name + '/0001-libintl.h-Fix-detection-with-AM_GNU_GETTEXT.patch'] + patches = [name + '/0001-libintl.h-Fix-detection-with-AM_GNU_GETTEXT.patch', + name + '/0001-meson-Use-same-library-versioning-on-macOS-as-gettex.patch',] files_libs = ['libintl'] files_devel = [ |