Commit 9306375e authored by Marco Mariani's avatar Marco Mariani

use yaSSL instead of openssl

parent 52c04b11
......@@ -58,7 +58,7 @@ build:
-DCMAKE_CXX_FLAGS="-I$(NCURSES_PREFIX)/include" \
-DCURSES_LIBRARY=$(NCURSES_PREFIX)/lib/libncurses.so \
-DCURSES_INCLUDE_PATH=$(NCURSES_PREFIX)/include \
-DWITH_SSL=system \
-DWITH_SSL=bundled \
-DCMAKE_INSTALL_PREFIX=$(ZIMBRA_HOME)/mysql-$(MYSQL_VERSION) \
-DENABLED_PROFILING=on -DWITH_READLINE=TRUE; \
LD_RUN_PATH=$(OPENSSL_LIB_DIR) $(MAKE) $(MAKEARGS); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment