Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/freeipmi/files/
Date: Mon, 05 Feb 2018 22:19:35
Message-Id: 1517869146.36467f951acfef096f6b4be5138ec4ba283caa97.robbat2@gentoo
1 commit: 36467f951acfef096f6b4be5138ec4ba283caa97
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 08:36:43 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 22:19:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36467f95
7
8 sys-libs/freeipmi: remove unused patch
9
10 (cherry picked from commit c174332fde9b7373c118b00b610e9c70593b7bbc)
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12 Close: https://github.com/gentoo/gentoo/pull/7048
13
14 sys-libs/freeipmi/files/freeipmi-1.1.1-strictaliasing.patch | 13 -------------
15 1 file changed, 13 deletions(-)
16
17 diff --git a/sys-libs/freeipmi/files/freeipmi-1.1.1-strictaliasing.patch b/sys-libs/freeipmi/files/freeipmi-1.1.1-strictaliasing.patch
18 deleted file mode 100644
19 index ecbb77f216f..00000000000
20 --- a/sys-libs/freeipmi/files/freeipmi-1.1.1-strictaliasing.patch
21 +++ /dev/null
22 @@ -1,13 +0,0 @@
23 -diff -Nuar freeipmi-1.1.1.orig/libfreeipmi/Makefile.am freeipmi-1.1.1/libfreeipmi/Makefile.am
24 ---- freeipmi-1.1.1.orig/libfreeipmi/Makefile.am 2012-01-02 19:26:00.000000000 +0000
25 -+++ freeipmi-1.1.1/libfreeipmi/Makefile.am 2012-01-21 20:26:26.957801741 +0000
26 -@@ -25,7 +25,8 @@
27 - -DIPMI_IPCKEY=\"$(localstatedir)/lib/$(PACKAGE_NAME)/ipckey\" \
28 - -DIPMI_DEBUG_IPCKEY=\"$(top_builddir)/libfreeipmi/driver/ipmi-semaphores.h\" \
29 - -D_GNU_SOURCE \
30 -- -D_REENTRANT
31 -+ -D_REENTRANT \
32 -+ -fno-strict-aliasing
33 -
34 - libfreeipmi_la_LDFLAGS = \
35 - -version-info @LIBFREEIPMI_VERSION_INFO@ $(VERSION_FLAGS) \