summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-15 15:55:21 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-15 15:55:21 (GMT)
commit24cbe510871f316c5d2f5f9df45f9a141fa1c8ad (patch)
treed3c55fb0ec7e93598510ac79a234b532bba8f2b9 /ds9
parente1c7c90d500b4bf0dc3cc0194f8b399615e45d24 (diff)
downloadblt-24cbe510871f316c5d2f5f9df45f9a141fa1c8ad.zip
blt-24cbe510871f316c5d2f5f9df45f9a141fa1c8ad.tar.gz
blt-24cbe510871f316c5d2f5f9df45f9a141fa1c8ad.tar.bz2
build openssl
Diffstat (limited to 'ds9')
-rw-r--r--ds9/macos/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/macos/Makefile.in b/ds9/macos/Makefile.in
index f33de59..518db12 100644
--- a/ds9/macos/Makefile.in
+++ b/ds9/macos/Makefile.in
@@ -178,7 +178,8 @@ ds9base : $(OBJS) $(LLIBS)
$(TK_LIB_SPEC) \
$(TCL_LIB_SPEC) \
$(TK_LIBS) \
- $(LIBS)
+ $(LIBS) \
+ -L $(prefix)/openssl -lssl -lcrypto
# update date/time so we know when the build was done
$(APPDIR):