From 094dace1afbc42a83bbc2e9e4099c5f391b2b0a0 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 19 Feb 2005 07:36:55 +0000 Subject: sync with buildroot2 from uclibc, separate ptches in subdir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@261 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/bridge/patches/patch-libbridge_Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openwrt/package/bridge/patches/patch-libbridge_Makefile_in (limited to 'openwrt/package/bridge/patches/patch-libbridge_Makefile_in') diff --git a/openwrt/package/bridge/patches/patch-libbridge_Makefile_in b/openwrt/package/bridge/patches/patch-libbridge_Makefile_in new file mode 100644 index 000000000..f44737750 --- /dev/null +++ b/openwrt/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@ -- cgit v1.2.3