summaryrefslogtreecommitdiffstats
path: root/ds9/macos
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-10-15 18:07:09 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-10-15 18:07:09 (GMT)
commit8904e77a910b72103a92a8fb32c80286cfc22c66 (patch)
tree283bef871d45ea3c31838c0e203662eca17eb653 /ds9/macos
parent8224eb8e3ac055a37678ac8b5e2163bfaacbaca1 (diff)
downloadblt-8904e77a910b72103a92a8fb32c80286cfc22c66.zip
blt-8904e77a910b72103a92a8fb32c80286cfc22c66.tar.gz
blt-8904e77a910b72103a92a8fb32c80286cfc22c66.tar.bz2
minor change to ds9 configure for openssl
Diffstat (limited to 'ds9/macos')
-rw-r--r--ds9/macos/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/macos/Makefile.in b/ds9/macos/Makefile.in
index 082eed9..8ab1603 100644
--- a/ds9/macos/Makefile.in
+++ b/ds9/macos/Makefile.in
@@ -179,8 +179,8 @@ ds9base : $(OBJS) $(LLIBS)
$(TK_LIB_SPEC) \
$(TCL_LIB_SPEC) \
$(TK_LIBS) \
- $(LIBS) \
- -L $(prefix)/openssl -lssl -lcrypto
+ -L $(prefix)/openssl -lssl -lcrypto \
+ $(LIBS)
# update date/time so we know when the build was done
$(APPDIR):