diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-11 17:28:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-11 17:28:16 +0000 |
commit | 4b7c21055560866298bc9116c8dd2ebda9108a85 (patch) | |
tree | 08ed740fb1fe1b9f65b893564b67ac29c42afc7d /package/bridge/patches/01-patch-libbridge_makefile_in | |
parent | c3e1e227433374d95767be38b6b4dbfe8c828979 (diff) | |
download | mtk-20170518-4b7c21055560866298bc9116c8dd2ebda9108a85.zip mtk-20170518-4b7c21055560866298bc9116c8dd2ebda9108a85.tar.gz mtk-20170518-4b7c21055560866298bc9116c8dd2ebda9108a85.tar.bz2 |
Rename patches to match conventions
SVN-Revision: 6080
Diffstat (limited to 'package/bridge/patches/01-patch-libbridge_makefile_in')
-rw-r--r-- | package/bridge/patches/01-patch-libbridge_makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bridge/patches/01-patch-libbridge_makefile_in b/package/bridge/patches/01-patch-libbridge_makefile_in new file mode 100644 index 0000000..f447377 --- /dev/null +++ b/package/bridge/patches/01-patch-libbridge_makefile_in @@ -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@ |