diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-10-15 18:07:09 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-10-15 18:07:09 (GMT) |
commit | 8904e77a910b72103a92a8fb32c80286cfc22c66 (patch) | |
tree | 283bef871d45ea3c31838c0e203662eca17eb653 /ds9/macos | |
parent | 8224eb8e3ac055a37678ac8b5e2163bfaacbaca1 (diff) | |
download | blt-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.in | 4 |
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): |