diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-08-08 18:09:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-08 18:09:43 +0300 |
commit | 632af72c4a809e6d814fdfd4c6a474e8d6f9fbd8 (patch) | |
tree | ec00f5f2cda90952c4bd220cd693388695ddcdaf /sys-process | |
parent | net-libs/liblockfile: Export AR; Don't run tests when not requested (diff) | |
download | gentoo-632af72c4a809e6d814fdfd4c6a474e8d6f9fbd8.tar.gz gentoo-632af72c4a809e6d814fdfd4c6a474e8d6f9fbd8.tar.bz2 gentoo-632af72c4a809e6d814fdfd4c6a474e8d6f9fbd8.zip |
sys-process/uksmd: remove old patch file
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/uksmd/files/uksmd-0_p20190726-respect-cflags-ldflags.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-process/uksmd/files/uksmd-0_p20190726-respect-cflags-ldflags.patch b/sys-process/uksmd/files/uksmd-0_p20190726-respect-cflags-ldflags.patch deleted file mode 100644 index 7e92204d4037..000000000000 --- a/sys-process/uksmd/files/uksmd-0_p20190726-respect-cflags-ldflags.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur a/Makefile b/Makefile ---- a/Makefile 2019-05-19 16:36:31.000000000 +0300 -+++ b/Makefile 2019-07-24 18:12:29.444896030 +0300 -@@ -1,8 +1,8 @@ - PROG = uksmd - OBJS = uksmd.o --PREFIX ?= /usr/local --CFLAGS = -O3 -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt --LDFLAGS = -lprocps -+PREFIX ?= /usr -+CFLAGS += -Wextra -pedantic -fstack-protector-strong -fno-plt -+LDFLAGS += -lprocps - - all: build - |