diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-08-20 13:58:09 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-08-20 13:58:09 +0000 |
commit | 57db10667068d52282c008a820e50d930c99d3fa (patch) | |
tree | 2e178af90813d311238d80385a24a28ef83d95db /package/bridge-utils/patches/001-libbridge_cflags.patch | |
parent | 2672a171e93f810911543cfb1423f0b014a19070 (diff) | |
download | upstream-57db10667068d52282c008a820e50d930c99d3fa.tar.gz upstream-57db10667068d52282c008a820e50d930c99d3fa.tar.bz2 upstream-57db10667068d52282c008a820e50d930c99d3fa.zip |
rename patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12347 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge-utils/patches/001-libbridge_cflags.patch')
-rw-r--r-- | package/bridge-utils/patches/001-libbridge_cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bridge-utils/patches/001-libbridge_cflags.patch b/package/bridge-utils/patches/001-libbridge_cflags.patch new file mode 100644 index 0000000000..cfd5cf7858 --- /dev/null +++ b/package/bridge-utils/patches/001-libbridge_cflags.patch @@ -0,0 +1,11 @@ +--- a/libbridge/Makefile.in ++++ b/libbridge/Makefile.in +@@ -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@ |