Kaydet (Commit) 133d59ad authored tarafından Michael Stahl's avatar Michael Stahl

configure: build oox with NSS backend by default

Because NSS libraries are dynamic and OpenSSL static, using NSS saves
1.5 MB in the oox library [even though it's not as 1337 apparently]:

-rwxrwxr-x. 1 ms ms  8889575  2. Nov 13:45 libooxlo.so.nss
-rwxrwxr-x. 1 ms ms  7773576  2. Nov 13:45 libooxlo.so.nss.stripped
-rwxrwxr-x. 1 ms ms 10340276  2. Nov 13:37 libooxlo.so.openssl
-rwxrwxr-x. 1 ms ms  9042216  2. Nov 13:37 libooxlo.so.openssl.stripped

Change-Id: I387496ae364acb1286d753d52f04924631136750
üst 2ff7b04c
...@@ -8785,13 +8785,9 @@ nss - Mozilla's Network Security Services (NSS) ...@@ -8785,13 +8785,9 @@ nss - Mozilla's Network Security Services (NSS)
;; ;;
esac esac
else else
if test "$enable_openssl" = "yes"; then # default to using NSS, it results in smaller oox lib
AC_DEFINE(USE_TLS_OPENSSL) AC_DEFINE(USE_TLS_NSS)
TLS=OPENSSL TLS=NSS
else
AC_DEFINE(USE_TLS_NSS)
TLS=NSS
fi
fi fi
AC_MSG_RESULT([$TLS]) AC_MSG_RESULT([$TLS])
AC_SUBST(TLS) AC_SUBST(TLS)
......
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