diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-30 08:57:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 09:27:23 +0000 |
commit | 493ad864ab7db07521b4e6e1bb71f3bcad707f8a (patch) | |
tree | 1ed9ecd86f19e7dbedd737cdd46e80772efa9de5 /sys-block | |
parent | sci-chemistry/GromacsWrapper: remove unused patch(es) (diff) | |
download | gentoo-493ad864ab7db07521b4e6e1bb71f3bcad707f8a.tar.gz gentoo-493ad864ab7db07521b4e6e1bb71f3bcad707f8a.tar.bz2 gentoo-493ad864ab7db07521b4e6e1bb71f3bcad707f8a.zip |
sys-block/open-iscsi: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28028
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/open-iscsi/files/open-iscsi-2.1.7-no_werror.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-block/open-iscsi/files/open-iscsi-2.1.7-no_werror.patch b/sys-block/open-iscsi/files/open-iscsi-2.1.7-no_werror.patch deleted file mode 100644 index a94caebafb13..000000000000 --- a/sys-block/open-iscsi/files/open-iscsi-2.1.7-no_werror.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/libopeniscsiusr/Makefile b/libopeniscsiusr/Makefile -index 52e453a..523518b 100644 ---- a/libopeniscsiusr/Makefile -+++ b/libopeniscsiusr/Makefile -@@ -51,7 +51,7 @@ EXTRA_MAN_FILES = libopeniscsiusr.h.3 - OBJS = context.o misc.o session.o sysfs.o iface.o idbm.o node.o default.o - - CFLAGS ?= -O2 -g --CFLAGS += -Wall -Werror -Wextra -fvisibility=hidden -fPIC -+CFLAGS += -Wall -Wextra -fvisibility=hidden -fPIC - CFLAGS += $(shell $(PKG_CONFIG) --cflags libkmod) - CFLAGS += -DSBINDIR=\"$(SBINDIR)\" - CFLAGS += -DISCSI_DB_ROOT=\"$(DBROOT)\" -diff --git a/usr/Makefile b/usr/Makefile -index 3fc2248..c3580a3 100644 ---- a/usr/Makefile -+++ b/usr/Makefile -@@ -44,7 +44,7 @@ HOMEDIR ?= $(etcdir)/iscsi - PKG_CONFIG ?= /usr/bin/pkg-config - - CFLAGS ?= -O2 -g --WARNFLAGS ?= -Wall -Wextra -Werror -Wstrict-prototypes -fno-common -+WARNFLAGS ?= -Wall -Wextra -Wstrict-prototypes -fno-common - CFLAGS += $(WARNFLAGS) -I../include -I. -D_GNU_SOURCE \ - -I$(TOPDIR)/libopeniscsiusr - CFLAGS += $(shell $(PKG_CONFIG) --cflags libkmod) |