diff options
Diffstat (limited to 'package/busybox/patches/130-drop_werror.patch')
-rw-r--r-- | package/busybox/patches/130-drop_werror.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/busybox/patches/130-drop_werror.patch b/package/busybox/patches/130-drop_werror.patch index c8269e1f2a..cd3a67b5d8 100644 --- a/package/busybox/patches/130-drop_werror.patch +++ b/package/busybox/patches/130-drop_werror.patch @@ -1,6 +1,7 @@ -diff -ur busybox.old/Makefile.flags busybox.dev/Makefile.flags ---- busybox.old/Makefile.flags 2006-12-27 05:57:07.000000000 +0100 -+++ busybox.dev/Makefile.flags 2007-01-06 19:53:01.000000000 +0100 +Index: busybox-1.4.2/Makefile.flags +=================================================================== +--- busybox-1.4.2.orig/Makefile.flags 2007-06-04 13:21:32.387053088 +0200 ++++ busybox-1.4.2/Makefile.flags 2007-06-04 13:21:32.871979368 +0200 @@ -16,7 +16,7 @@ -D"BB_VER=KBUILD_STR($(BB_VER))" -DBB_BT=AUTOCONF_TIMESTAMP |