mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/ubridge: remove unused patch
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18704 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
61f633e6cf
commit
fa43e15248
@@ -1,20 +0,0 @@
|
||||
--- a/Makefile 2018-03-16 09:15:10.528245830 +0500
|
||||
+++ b/Makefile 2018-03-21 08:52:45.984204240 +0500
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
CC ?= gcc
|
||||
|
||||
-CFLAGS = -O3 -Wall
|
||||
+CFLAGS += -Wall
|
||||
|
||||
BINDIR = /usr/local/bin
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
##############################
|
||||
|
||||
$(NAME) : $(OBJ)
|
||||
- $(CC) -o $(NAME) $(OBJ) $(LIBS)
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(NAME) $(OBJ) $(LIBS)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user