mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
amiga: do not hardcode openssl/zlib into the os config [ci skip]
Enable them in `lib/makefile.amiga` and `src/makefile.amiga` instead. This allows builds without openssl and/or zlib. E.g. with the <https://github.com/bebbo/amiga-gcc> cross-compiler. Reviewed-by: Daniel Stenberg Closes #9762
This commit is contained in:
parent
357649c477
commit
05d23823d7
3 changed files with 2 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ ATCPSDKI= /GG/netinclude
|
|||
|
||||
|
||||
CC = m68k-amigaos-gcc
|
||||
CFLAGS = -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
|
||||
CFLAGS = -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall -DUSE_OPENSSL -DHAVE_LIBZ
|
||||
LIBS = ../lib/libcurl.a -lssl -lcrypto -lz
|
||||
MANPAGE = ../docs/curl.1
|
||||
README = ../docs/MANUAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue