X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fzvol_id%2FMakefile.am;h=5703dd4b83a5cc820ccc82d72d218cb0c9dea045;hb=0aebd4f9e3223e8f1e09de7b29bba4f375db840c;hp=88ece6b1989fc5a187f443d5a56d5834b0e5086c;hpb=12d06bac9b22b11d8a322dfea4bdb50b106c254f;p=zfs.git diff --git a/cmd/zvol_id/Makefile.am b/cmd/zvol_id/Makefile.am index 88ece6b..5703dd4 100644 --- a/cmd/zvol_id/Makefile.am +++ b/cmd/zvol_id/Makefile.am @@ -1,5 +1,9 @@ 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