diff options
author | Tim Yardley <lst@openwrt.org> | 2007-03-05 01:38:44 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-03-05 01:38:44 +0000 |
commit | 4891b48e9334a9113d9c30e79d1f659ed4070c54 (patch) | |
tree | c4ccc8a7f94e359e9bc13cc9908e6a8df9d59041 /package/bridge/patches/001-patch-libbridge_makefile_in | |
parent | ebe219db89bac3e99c5b9ee5ea98765195e23af8 (diff) | |
download | upstream-4891b48e9334a9113d9c30e79d1f659ed4070c54.tar.gz upstream-4891b48e9334a9113d9c30e79d1f659ed4070c54.tar.bz2 upstream-4891b48e9334a9113d9c30e79d1f659ed4070c54.zip |
trunk.. same deal as changeset:6526
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge/patches/001-patch-libbridge_makefile_in')
-rw-r--r-- | package/bridge/patches/001-patch-libbridge_makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bridge/patches/001-patch-libbridge_makefile_in b/package/bridge/patches/001-patch-libbridge_makefile_in new file mode 100644 index 0000000000..f44737750b --- /dev/null +++ b/package/bridge/patches/001-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@ |