aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2015-10-04 23:22:16 -0400
committerGravatar John Hood <cgull@glup.org>2015-10-16 19:00:42 -0400
commit0eb614809a7ea1fc955d4c5e9d8777c324954d88 (patch)
tree17b60493a98a5bffcf8746f10ae8901ed3639842 /macosx
parentdb311f92f7817dbec3b2015a4a001982b9213830 (diff)
Add configurable support for Apple Common Crypto and Nettle libraries.
Diffstat (limited to 'macosx')
-rwxr-xr-xmacosx/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/build.sh b/macosx/build.sh
index 9ca4b9d..d92fcdb 100755
--- a/macosx/build.sh
+++ b/macosx/build.sh
@@ -59,8 +59,7 @@ for arch in $ARCHS; do
mkdir "${prefix}"
if ./configure --prefix="${prefix}/local" \
CC="cc -arch ${arch}" CPP="cc -arch ${arch} -E" CXX="c++ -arch ${arch}" \
- TINFO_LIBS=-lncurses \
- OPENSSL_CFLAGS=" " OPENSSL_LIBS="-lssl -lcrypto -lz" &&
+ TINFO_LIBS=-lncurses &&
make clean &&
make install -j8 &&
rm -f "${prefix}/etc"