summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-10-14 21:09:38 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-10-14 21:09:38 +0900
commit86b9097ea110ff4cd7cc95fc80d7f28cdd1de4e5 (patch)
tree66914273725c5ba7ce2f5d87a4ad7a939e61f5ec /build/cmake
parent6838f150f9168845a97e37a0bb640c2b15902d3a (diff)
downloadlibarchive-86b9097ea110ff4cd7cc95fc80d7f28cdd1de4e5.tar.gz
Fix a lack of definitions for OpenSSL library on CMake build system.
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index a08c3bd8..7d7230e5 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -585,6 +585,12 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `bz2' library (-lbz2). */
#cmakedefine HAVE_LIBBZ2 1
+/* Define to 1 if you have the `charset' library (-lcharset). */
+#cmakedefine HAVE_LIBCHARSET 1
+
+/* Define to 1 if you have the `crypto' library (-lcrypto). */
+#cmakedefine HAVE_LIBCRYPTO 1
+
/* Define to 1 if you have the `expat' library (-lexpat). */
#cmakedefine HAVE_LIBEXPAT 1