diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-19 07:36:55 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-19 07:36:55 +0000 |
commit | 4a943abed804444df3efbef7469287646f801e0d (patch) | |
tree | b4e6887d57a7acd032c46742672edd7b3c9fad59 /package/bridge/patches | |
parent | 7570e64f52b9947a5847f79b2673399990d0b8c4 (diff) | |
download | upstream-4a943abed804444df3efbef7469287646f801e0d.tar.gz upstream-4a943abed804444df3efbef7469287646f801e0d.tar.bz2 upstream-4a943abed804444df3efbef7469287646f801e0d.zip |
sync with buildroot2 from uclibc, separate ptches in subdir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@261 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge/patches')
-rw-r--r-- | package/bridge/patches/patch-libbridge_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bridge/patches/patch-libbridge_Makefile_in b/package/bridge/patches/patch-libbridge_Makefile_in new file mode 100644 index 0000000000..f44737750b --- /dev/null +++ b/package/bridge/patches/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@ |