commit 246e910ad7ef7d319cdc734cae706ea8be8af52e from: Stefan Sperling date: Mon Feb 17 22:57:34 2020 UTC fix gotweb build on sparc64; the old linker wants to see -lz after -lkcgi commit - faa61ea3ed3b5471b3b586a7ec98562d4468b1cb commit + 246e910ad7ef7d319cdc734cae706ea8be8af52e blob - 951a8c525c15c32f543cf20832614688530c70e3 blob + f22b8bb81af7cfdf1f29b916d2c0fb8cfe1a58a4 --- gotweb/Makefile +++ gotweb/Makefile @@ -16,7 +16,7 @@ MAN = ${PROG}.conf.5 ${PROG}.8 CPPFLAGS += -I${.CURDIR}/../include -I${.CURDIR}/../lib -I${.CURDIR} \ -I${KCGIBASE}/include -LDADD += -L${KCGIBASE}/lib -lkcgihtml -lkcgi +LDADD += -L${KCGIBASE}/lib -lkcgihtml -lkcgi -lz LDSTATIC = ${STATIC} .if ${GOT_RELEASE} != "Yes"