summaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2012-10-05 14:46:27 +0000
committerGraham Leggett <minfrin@apache.org>2012-10-05 14:46:27 +0000
commitd8a5125e780a2e8b3d3dc7d2d98a1f021b742282 (patch)
treef7da87327c9402bbcf98705ae8e2212d83c59d60 /build.conf
parentcc825a36a7ef3eff86fb4c5dbb2ba0645bc63a6e (diff)
downloadapr-d8a5125e780a2e8b3d3dc7d2d98a1f021b742282.tar.gz
apr_crypto: Add a native CommonCrypto implementation for iOS and OSX
where OpenSSL has been deprecated. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1394552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 3c6ad6189..4aa276aa4 100644
--- a/build.conf
+++ b/build.conf
@@ -51,7 +51,7 @@ headers = include/*.h
dsp = libapr.dsp
modules =
- crypto_openssl crypto_nss dbd_pgsql
+ crypto_openssl crypto_nss crypto_commoncrypto dbd_pgsql
dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql dbd_freetds dbd_odbc
dbm_db dbm_gdbm dbm_ndbm
@@ -60,6 +60,10 @@ modules =
# we have a recursive makefile for the test files (for now)
# test/*.c
+[crypto_commoncrypto]
+paths = crypto/apr_crypto_commoncrypto.c
+target = crypto/apr_crypto_commoncrypto.la
+
[crypto_openssl]
paths = crypto/apr_crypto_openssl.c
target = crypto/apr_crypto_openssl.la