mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-process/uksmd: remove old patch file
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user