summaryrefslogtreecommitdiffstats
path: root/sources/bridge.patch
diff options
context:
space:
mode:
authorManuel Novoa III2004-03-05 19:59:41 +0100
committerManuel Novoa III2004-03-05 19:59:41 +0100
commit6cf315cd236b2fc4a3c0e2039624d21c247a40bb (patch)
tree460f65a2cfdbae122a90c52c3934f5d8f85f6b04 /sources/bridge.patch
parentNeed to use CFLAGS_FOR_BUILD instead of CFLAGS. (upstream bug) (diff)
downloadbuildroot-6cf315cd236b2fc4a3c0e2039624d21c247a40bb.tar.gz
buildroot-6cf315cd236b2fc4a3c0e2039624d21c247a40bb.tar.xz
buildroot-6cf315cd236b2fc4a3c0e2039624d21c247a40bb.zip
Clean up makefile. Don't install (legacy?) brctld app since debian doesn't.
Fix paths. Add a patch to respect CFLAGS. Fix buildroot kernel location.
Diffstat (limited to 'sources/bridge.patch')
-rw-r--r--sources/bridge.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/bridge.patch b/sources/bridge.patch
new file mode 100644
index 000000000..f44737750
--- /dev/null
+++ b/sources/bridge.patch
@@ -0,0 +1,11 @@
+--- bridge-utils-0.9.6/libbridge/Makefile.in.dist 2004-03-01 20:55:52.000000000 -0600
++++ bridge-utils-0.9.6/libbridge/Makefile.in 2004-03-01 20:56:23.000000000 -0600
+@@ -5,7 +5,7 @@
+ RANLIB=@RANLIB@
+
+ CC=@CC@
+-CFLAGS = -Wall -g $(KERNEL_HEADERS)
++CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
+
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@