summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard2007-04-25 09:11:10 +0200
committerPeter Korsgaard2007-04-25 09:11:10 +0200
commit67e8f62954db9c135343264ba2419bd4a209f33e (patch)
tree3ce5ccc0a1ef8ca520d8c653b35148a285769841 /package
parentlibsndfile package. Closes #1325 (diff)
downloadbuildroot-67e8f62954db9c135343264ba2419bd4a209f33e.tar.gz
buildroot-67e8f62954db9c135343264ba2419bd4a209f33e.tar.xz
buildroot-67e8f62954db9c135343264ba2419bd4a209f33e.zip
sed patch
Diffstat (limited to 'package')
-rw-r--r--package/busybox/busybox-1.5.0-sed.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.5.0-sed.patch b/package/busybox/busybox-1.5.0-sed.patch
new file mode 100644
index 000000000..414883c86
--- /dev/null
+++ b/package/busybox/busybox-1.5.0-sed.patch
@@ -0,0 +1,11 @@
+--- busybox-1.5.0/editors/sed.c Thu Mar 22 22:21:38 2007
++++ busybox-1.5.0-sed/editors/sed.c Fri Apr 13 22:10:24 2007
+@@ -481,7 +481,7 @@
+ if (bbg.add_cmd_line) {
+ char *tp = xasprintf("%s\n%s", bbg.add_cmd_line, cmdstr);
+ free(bbg.add_cmd_line);
+- bbg.add_cmd_line = tp;
++ cmdstr = bbg.add_cmd_line = tp;
+ }
+
+ /* If this line ends with backslash, request next line. */