mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
46c71074ca
This change updates the documentation to refer to the project as OpenZFS instead ZFS on Linux. Web links have been updated to refer to https://github.com/openzfs/zfs. The extraneous zfsonlinux.org web links in the ZED and SPL sources have been dropped. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #11007
11 lines
281 B
Makefile
11 lines
281 B
Makefile
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 = \
|
|
zvol_id_main.c
|