diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-15 18:09:13 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-15 22:12:39 +0900 |
commit | 1d934cd2d85872728c8e17a4f5afed5582980eb3 (patch) | |
tree | 8372fad1e7af184266826d66d72820c0c8d5403e /configure.ac | |
parent | 6db42999415c48d96d2498a6ac51cd233a308fd2 (diff) | |
download | portable-1d934cd2d85872728c8e17a4f5afed5582980eb3.tar.gz portable-1d934cd2d85872728c8e17a4f5afed5582980eb3.tar.bz2 portable-1d934cd2d85872728c8e17a4f5afed5582980eb3.zip |
Fix to use -export-symbols for libcrypto
- generating platform specific crypto/crypto_portable.sym from crypto.sym
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f15e746..d1ad543 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -54,6 +54,8 @@ CHECK_CRYPTO_COMPAT | |||
54 | CHECK_VA_COPY | 54 | CHECK_VA_COPY |
55 | CHECK_B64_NTOP | 55 | CHECK_B64_NTOP |
56 | 56 | ||
57 | GENERATE_CRYPTO_PORTABLE_SYM | ||
58 | |||
57 | AC_ARG_WITH([openssldir], | 59 | AC_ARG_WITH([openssldir], |
58 | AS_HELP_STRING([--with-openssldir], | 60 | AS_HELP_STRING([--with-openssldir], |
59 | [Set the default openssl directory]), | 61 | [Set the default openssl directory]), |