Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/files/
Date: Thu, 08 Aug 2019 14:40:24
Message-Id: 1565275161.abd6fd394a4ae8f4a328c3cac6eb5ac833b20d75.juippis@gentoo
1 commit: abd6fd394a4ae8f4a328c3cac6eb5ac833b20d75
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 14:39:21 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 14:39:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd6fd39
7
8 sys-process/uksmd: rename patch file
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 .../uksmd-0_pre20190726-respect-cflags-ldflags.patch | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch b/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch
16 new file mode 100644
17 index 00000000000..7e92204d403
18 --- /dev/null
19 +++ b/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch
20 @@ -0,0 +1,15 @@
21 +diff -Naur a/Makefile b/Makefile
22 +--- a/Makefile 2019-05-19 16:36:31.000000000 +0300
23 ++++ b/Makefile 2019-07-24 18:12:29.444896030 +0300
24 +@@ -1,8 +1,8 @@
25 + PROG = uksmd
26 + OBJS = uksmd.o
27 +-PREFIX ?= /usr/local
28 +-CFLAGS = -O3 -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt
29 +-LDFLAGS = -lprocps
30 ++PREFIX ?= /usr
31 ++CFLAGS += -Wextra -pedantic -fstack-protector-strong -fno-plt
32 ++LDFLAGS += -lprocps
33 +
34 + all: build
35 +