1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/libreoffice/musl-libintl.patch
Natanael Copa 18821e8e6f community/libreoffice: upgrade to 6.1.0.3
and fix tread stack size issue
ref #9488
2018-09-28 16:55:07 +00:00

15 lines
383 B
Diff

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 \
))