[Libreoffice-commits] online.git: Makefile.am

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Mar 5 21:42:54 UTC 2019


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21315768c05fe5fdba85bcab41c4c2032fa8e367
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Sun Feb 10 11:42:03 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Tue Mar 5 17:42:07 2019 -0400

    configure: add libraries from Boost Locale to the linker
    
    Change-Id: Icd56a9d18cd42c0300430a5ba1ef4e866b93ccdb

diff --git a/Makefile.am b/Makefile.am
index 4fd349d76..c98d482a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ if !ENABLE_DEBUG
 AM_CPPFLAGS += -DNDEBUG
 endif
 
-AM_LDFLAGS = -pthread -Wl,-E,-rpath,/snap/loolwsd/current/usr/lib -lpam $(ZLIB_LIBS)
+AM_LDFLAGS = -pthread -Wl,-E,-rpath,/snap/loolwsd/current/usr/lib -lpam $(ZLIB_LIBS) $(BOOST_LOCALE_LIB)
 
 if ENABLE_SSL
 AM_LDFLAGS += -lssl -lcrypto


More information about the Libreoffice-commits mailing list