[Libreoffice-commits] online.git: Makefile.am
Henry Castro
hcastro at collabora.com
Sun Jun 18 18:17:36 UTC 2017
Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit c24585741d19a9512cf81a6629e8c410ea35de13
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Jun 18 14:19:10 2017 -0400
fix compilation errors with --disable-ssl option
Change-Id: I777f0ebf054db0a5fd2c64e6d56a222826b40045
diff --git a/Makefile.am b/Makefile.am
index b1e1c39d..992ab68e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,10 @@ AM_LDFLAGS = -pthread -Wl,-E,-rpath,/snap/loolwsd/current/usr/lib $(ZLIB_LIBS)
if ENABLE_SSL
AM_LDFLAGS += -lssl -lcrypto
+else
+loolwsd_fuzzer_LDADD = -lssl -lcrypto
+loolwsd_LDADD = -lssl -lcrypto
+loolconfig_LDADD = -lssl -lcrypto
endif
loolwsd_fuzzer_CPPFLAGS = -DKIT_IN_PROCESS=1 -DFUZZER=1 -DTDOC=\"$(abs_top_srcdir)/test/data\" $(AM_CPPFLAGS)
More information about the Libreoffice-commits
mailing list