diff options
author | Matt Macy <mmacy@FreeBSD.org> | 2018-08-21 03:45:09 +0000 |
---|---|---|
committer | Matt Macy <mmacy@FreeBSD.org> | 2018-08-21 03:45:09 +0000 |
commit | d12e91d584d77d621cfe497d0882c40c1fc97836 (patch) | |
tree | a295adbb842c68ea529a3341b911de0a8d0fb3a7 /cddl/lib | |
parent | 2aae9642a5cac5000b8c76e1f4c5b1dceb4f866b (diff) | |
download | src-d12e91d584d77d621cfe497d0882c40c1fc97836.tar.gz src-d12e91d584d77d621cfe497d0882c40c1fc97836.zip |
Notes
Diffstat (limited to 'cddl/lib')
-rw-r--r-- | cddl/lib/libzpool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile index c3e64911ebd8..1f329a98ec44 100644 --- a/cddl/lib/libzpool/Makefile +++ b/cddl/lib/libzpool/Makefile @@ -61,6 +61,7 @@ CFLAGS+= -DWANTS_MUTEX_OWNED CFLAGS+= -I${SRCTOP}/lib/libpthread/thread CFLAGS+= -I${SRCTOP}/lib/libpthread/sys CFLAGS+= -I${SRCTOP}/lib/libthr/arch/${MACHINE_CPUARCH}/include +CFLAGS.gcc+= -fms-extensions LIBADD= md pthread z nvpair avl umem |