summaryrefslogtreecommitdiff
path: root/net-misc/ubridge/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-23 04:19:44 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-23 04:19:44 +0000
commitc5283d322accc6097afec74eab24550829788bab (patch)
treeb99ce668128d82a026eaa31461643f9173f9b77b /net-misc/ubridge/files
parent5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (diff)
gentoo resync : 23.03.2018
Diffstat (limited to 'net-misc/ubridge/files')
-rw-r--r--net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch b/net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch
new file mode 100644
index 000000000000..ab64aa7d6bed
--- /dev/null
+++ b/net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch
@@ -0,0 +1,20 @@
+--- 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
+