summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-10-08 10:42:31 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-10-16 12:51:01 +0800
commit1d5c52347f5a33d39bbaf83021d3afdd06ee4acf (patch)
tree97b50f7968c4651ef1ff0d73f90c442a68eb7a0e /Makethird
parent189b6cb84cb1ceb3ace8cb4304b43790e682ad20 (diff)
downloadmupdf-1d5c52347f5a33d39bbaf83021d3afdd06ee4acf.tar.xz
Link with OpenSSL if present on system.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index a3b07fa5..3978ed8e 100644
--- a/Makethird
+++ b/Makethird
@@ -730,3 +730,10 @@ ifeq "$(HAVE_X11)" "yes"
X11_CFLAGS := $(SYS_X11_CFLAGS)
X11_LIBS := $(SYS_X11_LIBS)
endif
+
+# --- OpenSSL ---
+
+ifeq "$(HAVE_OPENSSL)" "yes"
+OPENSSL_CFLAGS := $(SYS_OPENSSL_CFLAGS)
+OPENSSL_LIBS := $(SYS_OPENSSL_LIBS)
+endif