aboutsummaryrefslogtreecommitdiffstats
path: root/community/libreoffice/musl-libintl.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-09-28 16:53:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-28 16:55:07 +0000
commit18821e8e6f9714bf14cac60e1c23d35e3554b332 (patch)
tree97441502eba44b7a3338a6f21f8de69ec5728a26 /community/libreoffice/musl-libintl.patch
parent52fda09607ab48f45774584826bb9339f00bcbd6 (diff)
downloadaports-18821e8e6f9714bf14cac60e1c23d35e3554b332.tar.bz2
aports-18821e8e6f9714bf14cac60e1c23d35e3554b332.tar.xz
community/libreoffice: upgrade to 6.1.0.3
and fix tread stack size issue ref #9488
Diffstat (limited to 'community/libreoffice/musl-libintl.patch')
-rw-r--r--community/libreoffice/musl-libintl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/libreoffice/musl-libintl.patch b/community/libreoffice/musl-libintl.patch
new file mode 100644
index 0000000000..ceaaaff5c1
--- /dev/null
+++ b/community/libreoffice/musl-libintl.patch
@@ -0,0 +1,15 @@
+diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
+index 0bfcbad..99acee1 100644
+--- a/unotools/Library_utl.mk
++++ b/unotools/Library_utl.mk
+@@ -16,6 +16,10 @@ $(eval $(call gb_Library_use_externals,utl,\
+ boost_locale \
+ ))
+
++$(eval $(call gb_Library_add_libs,utl,\
++ -lintl \
++))
++
+ $(eval $(call gb_Library_use_custom_headers,utl,\
+ officecfg/registry \
+ ))