mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
libzpool: force inlining of xxhash after removing xxhash.c
libzpool had a number of undefined symbols related to xxhash after
xxhash.c was removed from the build.
Fixes: 8a62a2a565 ("zfs: merge openzfs/zfs@f8e5af53e")
Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D56770
This commit is contained in:
@@ -272,7 +272,7 @@ CFLAGS+= \
|
||||
-include ${SRCTOP}/sys/modules/zfs/zfs_config.h \
|
||||
-I${SRCTOP}/sys/modules/zfs \
|
||||
-I${ZFSTOP}/include/os/freebsd/zfs \
|
||||
-DLIB_ZPOOL_BUILD -DZFS_DEBUG \
|
||||
-DLIB_ZPOOL_BUILD -DZFS_DEBUG -DXXH_INLINE_ALL \
|
||||
|
||||
# XXX: pthread doesn't have mutex_owned() equivalent, so we need to look
|
||||
# into libthr private structures. That's sooo evil, but it's only for
|
||||
|
||||
Reference in New Issue
Block a user