SHA256
1
0
forked from pool/bridge-utils
bridge-utils/bridge-utils-1.5-optflags.patch
Pedro Monreal Gonzalez fba1f17298 Accepting request 844385 from home:pmonrealgonzalez:branches:network:utilities
- This utility is DEPRECATED. No new features will ever be added.
  Instead use the bridge command from the iproute2 package which
  supports more features.
- Update to version 1.7
  * Replace references to enslave
  * Remove out of date TODO
  * brctl: fix signed/unsigned comparison warnings
  * libbridge: add missing sys/time.h include in header
  * libbridge: Include the configured CFLAGS when compiling
- Rebase patches:
  * bridge-utils-1.5-ip6.patch
  * bridge-utils-1.5-optflags.patch

OBS-URL: https://build.opensuse.org/request/show/844385
OBS-URL: https://build.opensuse.org/package/show/network:utilities/bridge-utils?expand=0&rev=28
2020-11-03 07:35:09 +00:00

14 lines
337 B
Diff

Index: libbridge/Makefile.in
===================================================================
--- libbridge/Makefile.in.orig
+++ libbridge/Makefile.in
@@ -5,7 +5,7 @@ AR=ar
RANLIB=@RANLIB@
CC=@CC@
-CFLAGS = -Wall @CFLAGS@ $(KERNEL_HEADERS)
+CFLAGS += -Wall @CFLAGS@ $(KERNEL_HEADERS)
prefix=@prefix@
exec_prefix=@exec_prefix@