]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- drop Werror
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 31 Dec 2006 23:45:03 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-noerror.patch -> 1.1

busybox-noerror.patch [new file with mode: 0644]

diff --git a/busybox-noerror.patch b/busybox-noerror.patch
new file mode 100644 (file)
index 0000000..f2ff264
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN busybox-1.3.1.org/Makefile.flags busybox-1.3.1/Makefile.flags
+--- busybox-1.3.1.org/Makefile.flags   2006-12-27 05:57:07.000000000 +0100
++++ busybox-1.3.1/Makefile.flags       2007-01-01 00:44:07.834829250 +0100
+@@ -16,7 +16,7 @@
+       -D"BB_VER=KBUILD_STR($(BB_VER))" -DBB_BT=AUTOCONF_TIMESTAMP
+ CFLAGS += \
+-      -Wall -Wstrict-prototypes -Wshadow -Werror -Wundef \
++      -Wall -Wstrict-prototypes -Wshadow -Wundef \
+       -funsigned-char -fno-builtin-strlen -finline-limit=0 -static-libgcc \
+       -Os -falign-functions=1 -falign-jumps=1 -falign-loops=1 \
+       -fomit-frame-pointer -ffunction-sections -fdata-sections
This page took 0.263187 seconds and 4 git commands to generate.