Temporarily disable the reguid test.
[zfs.git] / cmd / zvol_id / Makefile.am
index dcdea58..5703dd4 100644 (file)
@@ -1,10 +1,14 @@
 include $(top_srcdir)/config/Rules.am
 
+# Disable GCC stack protection for zvol_id.  This is a kludge and should be
+# removed once https://github.com/zfsonlinux/zfs/issues/569 is resolved.
+AM_CFLAGS += -fno-stack-protector
+
 DEFAULT_INCLUDES += \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/lib/libspl/include
 
-bin_PROGRAMS = zvol_id
+udev_PROGRAMS = zvol_id
 
 zvol_id_SOURCES = \
        $(top_srcdir)/cmd/zvol_id/zvol_id_main.c