aboutsummaryrefslogtreecommitdiffstats
path: root/package/bridge-utils/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-03 08:12:27 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-03 08:12:27 +0000
commit9a97d9c2c484b853f28465ff680fb89fe29d41ae (patch)
treef1aba2b91db2ea1c52a98b96abfa34ae47da24dd /package/bridge-utils/patches
parent3db8008c0a2479c4e7664fc8fc03a38ec50c1ec9 (diff)
downloadupstream-9a97d9c2c484b853f28465ff680fb89fe29d41ae.tar.gz
upstream-9a97d9c2c484b853f28465ff680fb89fe29d41ae.tar.bz2
upstream-9a97d9c2c484b853f28465ff680fb89fe29d41ae.zip
rename bridge package to bridge-utils (to match source name)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8586 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge-utils/patches')
-rw-r--r--package/bridge-utils/patches/001-patch-libbridge_makefile_in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/bridge-utils/patches/001-patch-libbridge_makefile_in b/package/bridge-utils/patches/001-patch-libbridge_makefile_in
new file mode 100644
index 0000000000..5d211284a2
--- /dev/null
+++ b/package/bridge-utils/patches/001-patch-libbridge_makefile_in
@@ -0,0 +1,13 @@
+Index: bridge-utils-1.0.6/libbridge/Makefile.in
+===================================================================
+--- bridge-utils-1.0.6.orig/libbridge/Makefile.in 2007-06-04 13:21:26.951879360 +0200
++++ bridge-utils-1.0.6/libbridge/Makefile.in 2007-06-04 13:21:27.019869024 +0200
+@@ -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@