diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-06-16 09:45:46 -0400 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-06-16 10:47:22 -0400 |
| commit | 6b70ffeb2a652ee76e763fb81ed777de2d97e873 (patch) | |
| tree | d7fd2c55937cc81162e187e88909e1232dfc87ed /cddl | |
| parent | a07604e6264b88222941fa61c6f989bad5490765 (diff) | |
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
Diffstat (limited to 'cddl')
| -rw-r--r-- | cddl/lib/libtpool/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
