From: claudio Date: Tue, 13 Jun 2023 11:41:36 +0000 (+0000) Subject: Link http regress test with -lz for content-encoding gzip support. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a7d38a06262360f88ddbae26dea526e795546a2d;p=openbsd Link http regress test with -lz for content-encoding gzip support. Noticed by anton@ --- diff --git a/regress/usr.sbin/rpki-client/libressl/Makefile b/regress/usr.sbin/rpki-client/libressl/Makefile index 89ef279838e..bf166cc66ab 100644 --- a/regress/usr.sbin/rpki-client/libressl/Makefile +++ b/regress/usr.sbin/rpki-client/libressl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2023/04/18 19:41:50 bluhm Exp $ +# $OpenBSD: Makefile,v 1.10 2023/06/13 11:41:36 claudio Exp $ PROGS += test-http SRCS_test-http = test-http.c http.c io.c encoding.c -LDADD_test-http = -ltls -lssl -lcrypto -lutil -DPADD_test-http = ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL} +LDADD_test-http = -ltls -lssl -lcrypto -lutil -lz +DPADD_test-http = ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} SERVER = jigsaw.w3.org .if ! (make(clean) || make(cleandir) || make(obj))