From eeb87dc7a6cd6df40f547c4f969cceab5653d40d Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Tue, 14 Sep 2021 20:15:31 -0400 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9C-lssl=E2=80=9D=20to=20macOS=20co?= =?UTF-8?q?mpile=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to randolf0klein for pointing this out on groups.io. --- GUI/xephem/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GUI/xephem/Makefile b/GUI/xephem/Makefile index dd653c7..ddfbef9 100644 --- a/GUI/xephem/Makefile +++ b/GUI/xephem/Makefile @@ -44,7 +44,7 @@ LIBS = $(XLIBS) $(LIBLIB) -lm -lssl # CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I$(OLI) # LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L$(OLL) # XLIBS = -lXm $(OLL)/libXp.a $(OLL)/libXt.a $(OLL)/libSM.a $(OLL)/libICE.a $(OLL)/libXext.a $(OLL)/libXmu.a $(OLL)/libX11.a $(OLL)/libxcb.a $(OLL)/libXau.a $(OLL)/libXdmcp.a -# LIBS = $(XLIBS) $(LIBLIB) -lm +# LIBS = $(XLIBS) $(LIBLIB) -lm -lssl # for ppc Apple OS X to make universal (i386 and ppc binary), requires # Xcode 2.2, /Developers/SDK/MacOSX10.4u.sdk and all libs, including libXm, @@ -206,4 +206,3 @@ clean: clobber: clean rm -fr xephem xephem.1 -