We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1560e3 commit 11dbba9Copy full SHA for 11dbba9
Makefile
@@ -63,6 +63,7 @@ ifeq ($(SYSTEM), Linux)
63
ifneq (,$(LIBZFS_VER))
64
HAVE_ZFS := $(USE_ZFS)
65
LIBZFS_CFLAGS = $(shell pkg-config --cflags libzfs)
66
+ LIBZFS_CFLAGS += -DUSING_SPL
67
LIBZFS_LIBS = $(shell pkg-config --libs libzfs) -lnvpair
68
else
69
HAVE_ZFS := no
pivy-zfs.c
@@ -57,8 +57,6 @@
57
#include <libnvpair.h>
58
#include <sys/dmu.h>
59
60
-#define USING_SPL
61
-
62
#include "openssh/config.h"
#include "openssh/sshkey.h"
#include "openssh/sshbuf.h"
0 commit comments