From 8904e77a910b72103a92a8fb32c80286cfc22c66 Mon Sep 17 00:00:00 2001 From: William Joye Date: Tue, 15 Oct 2019 14:07:09 -0400 Subject: minor change to ds9 configure for openssl --- ds9/macos/Makefile.in | 4 ++-- ds9/unix/Makefile.in | 4 ++-- ds9/win/Makefile.in | 2 +- 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 -- cgit v0.12