From a7d38a06262360f88ddbae26dea526e795546a2d Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 13 Jun 2023 11:41:36 +0000 Subject: [PATCH] Link http regress test with -lz for content-encoding gzip support. Noticed by anton@ --- regress/usr.sbin/rpki-client/libressl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.20.1