Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/files/
Date: Sun, 30 Oct 2022 09:28:34
Message-Id: 1667122043.493ad864ab7db07521b4e6e1bb71f3bcad707f8a.sam@gentoo
1 commit: 493ad864ab7db07521b4e6e1bb71f3bcad707f8a
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Oct 30 07:57:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:27:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493ad864
7
8 sys-block/open-iscsi: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28028
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../files/open-iscsi-2.1.7-no_werror.patch | 26 ----------------------
15 1 file changed, 26 deletions(-)
16
17 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
18 deleted file mode 100644
19 index a94caebafb13..000000000000
20 --- a/sys-block/open-iscsi/files/open-iscsi-2.1.7-no_werror.patch
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -diff --git a/libopeniscsiusr/Makefile b/libopeniscsiusr/Makefile
24 -index 52e453a..523518b 100644
25 ---- a/libopeniscsiusr/Makefile
26 -+++ b/libopeniscsiusr/Makefile
27 -@@ -51,7 +51,7 @@ EXTRA_MAN_FILES = libopeniscsiusr.h.3
28 - OBJS = context.o misc.o session.o sysfs.o iface.o idbm.o node.o default.o
29 -
30 - CFLAGS ?= -O2 -g
31 --CFLAGS += -Wall -Werror -Wextra -fvisibility=hidden -fPIC
32 -+CFLAGS += -Wall -Wextra -fvisibility=hidden -fPIC
33 - CFLAGS += $(shell $(PKG_CONFIG) --cflags libkmod)
34 - CFLAGS += -DSBINDIR=\"$(SBINDIR)\"
35 - CFLAGS += -DISCSI_DB_ROOT=\"$(DBROOT)\"
36 -diff --git a/usr/Makefile b/usr/Makefile
37 -index 3fc2248..c3580a3 100644
38 ---- a/usr/Makefile
39 -+++ b/usr/Makefile
40 -@@ -44,7 +44,7 @@ HOMEDIR ?= $(etcdir)/iscsi
41 - PKG_CONFIG ?= /usr/bin/pkg-config
42 -
43 - CFLAGS ?= -O2 -g
44 --WARNFLAGS ?= -Wall -Wextra -Werror -Wstrict-prototypes -fno-common
45 -+WARNFLAGS ?= -Wall -Wextra -Wstrict-prototypes -fno-common
46 - CFLAGS += $(WARNFLAGS) -I../include -I. -D_GNU_SOURCE \
47 - -I$(TOPDIR)/libopeniscsiusr
48 - CFLAGS += $(shell $(PKG_CONFIG) --cflags libkmod)