summaryrefslogtreecommitdiffstats
path: root/ds9
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
parent8224eb8e3ac055a37678ac8b5e2163bfaacbaca1 (diff)
downloadblt-8904e77a910b72103a92a8fb32c80286cfc22c66.zip
blt-8904e77a910b72103a92a8fb32c80286cfc22c66.tar.gz
blt-8904e77a910b72103a92a8fb32c80286cfc22c66.tar.bz2
minor change to ds9 configure for openssl
Diffstat (limited to 'ds9')
-rw-r--r--ds9/macos/Makefile.in4
-rw-r--r--ds9/unix/Makefile.in4
-rwxr-xr-xds9/win/Makefile.in2
3 files changed, 5 insertions, 5 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):
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index 7209e14..08da709 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -177,8 +177,8 @@ ds9base : $(OBJS) $(LLIBS)
$(OBJS) \
$(LLIBS) \
$(TK_LIBS) \
- $(LIBS) \
- -L $(prefix)/openssl -lssl -lcrypto
+ -L $(prefix)/openssl -lssl -lcrypto \
+ $(LIBS)
ds9.zip : $(PREQS)
zip -ru ds9.zip $(APPDIR)
diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in
index 4378f80..21dd17e 100755
--- a/ds9/win/Makefile.in
+++ b/ds9/win/Makefile.in
@@ -151,8 +151,8 @@ ds9Base.exe: $(OBJS) $(LLIBS)
$(OBJS) \
$(LLIBS) \
$(TK_LIBS) \
- $(LIBS) \
-L $(prefix)/openssl -lssl -lcrypto \
+ $(LIBS) \
-lgdi32 \
-mwindows