Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2025 14:48:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6b70ffeb2a65 - main - ZFS: Fix tests build with FORTIFY_SOURCE
Message-ID:  <202506161448.55GEmYPB001993@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=6b70ffeb2a652ee76e763fb81ed777de2d97e873

commit 6b70ffeb2a652ee76e763fb81ed777de2d97e873
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-06-16 13:45:46 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-06-16 14:47:22 +0000

    ZFS: Fix tests build with FORTIFY_SOURCE
    
    Reviewed by:    kevans
    Event:          Kitchener-Waterloo Hackathon 202506
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D50876
---
 cddl/lib/libtpool/tests/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cddl/lib/libtpool/tests/Makefile b/cddl/lib/libtpool/tests/Makefile
index d87f5fc86789..19e43cc18821 100644
--- a/cddl/lib/libtpool/tests/Makefile
+++ b/cddl/lib/libtpool/tests/Makefile
@@ -9,4 +9,5 @@ CFLAGS+=	-I${ZFSTOP}/include \
 
 LIBADD+=	pthread tpool
 
+.include "${SRCTOP}/cddl/Makefile.inc"
 .include <bsd.test.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506161448.55GEmYPB001993>