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 | e3d9bc5779a012df82e2c48af3bef81bb011257a (patch) | |
tree | 8632048f90580e03ad672a2bbe48ff93d9e30ef5 /package/bridge-utils/patches/001-libbridge_cflags.patch | |
parent | 97ebf002920e1c9489cb97d5ac32bff603278a7f (diff) | |
download | mtk-20170518-e3d9bc5779a012df82e2c48af3bef81bb011257a.zip mtk-20170518-e3d9bc5779a012df82e2c48af3bef81bb011257a.tar.gz mtk-20170518-e3d9bc5779a012df82e2c48af3bef81bb011257a.tar.bz2 |
rename patch
SVN-Revision: 12347
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 0000000..cfd5cf7 --- /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@ |