From 3ff81c460114e0b3f69a9993d4777ec2c590fb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 8 Apr 2022 03:58:14 +0200 Subject: [PATCH] cmd: zvol_id: don't build with -fno-stack-protector anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #569 was opened in 2012 and closed in 2015; if the issue was still there we'd presumably've seen it? Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia ZiemiaƄska Closes #13316 --- cmd/zvol_id/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/zvol_id/Makefile.am b/cmd/zvol_id/Makefile.am index e51349b8c61d..edac0adfce44 100644 --- a/cmd/zvol_id/Makefile.am +++ b/cmd/zvol_id/Makefile.am @@ -1,9 +1,5 @@ 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/openzfs/zfs/issues/569 is resolved. -AM_CFLAGS += -fno-stack-protector - udev_PROGRAMS = zvol_id zvol_id_SOURCES = \