diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-05 18:59:41 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-05 18:59:41 +0000 |
commit | 6cf315cd236b2fc4a3c0e2039624d21c247a40bb (patch) | |
tree | 460f65a2cfdbae122a90c52c3934f5d8f85f6b04 /sources | |
parent | e8676aedf351b6b1c02c2b123ed27c650d8b2a0c (diff) | |
download | buildroot-novena-6cf315cd236b2fc4a3c0e2039624d21c247a40bb.tar.gz buildroot-novena-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')
-rw-r--r-- | sources/bridge.patch | 11 |
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@ |