git: 6b70ffeb2a65 - main - ZFS: Fix tests build with FORTIFY_SOURCE

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 16 Jun 2025 14:48:34 UTC
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>