aboutsummaryrefslogtreecommitdiffstats
path: root/ifupdown
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-03 14:34:22 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-03 14:34:22 +0000
commit5db02e9b3344a0add4ac9706bc7f4b6c82a74c4a (patch)
tree0e61be2bd0fd627f6fcee82b69a4acecdde8e7f4 /ifupdown
parent55cfe8e6b1d6f48f135bcf33c48007a4d7f86646 (diff)
downloadopenembedded-5db02e9b3344a0add4ac9706bc7f4b6c82a74c4a.tar.gz
add opie-pics package and let addressbook, todo and datebook RDEPEND on it
BKrev: 4096586eDNGvap_mQaPVTnME41uavw
Diffstat (limited to 'ifupdown')
-rw-r--r--ifupdown/ifupdown-0.6.4/gcc34-fix.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/ifupdown/ifupdown-0.6.4/gcc34-fix.patch b/ifupdown/ifupdown-0.6.4/gcc34-fix.patch
index e69de29bb2..f90e312694 100644
--- a/ifupdown/ifupdown-0.6.4/gcc34-fix.patch
+++ b/ifupdown/ifupdown-0.6.4/gcc34-fix.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- ifupdown-0.6.4/execute.c~gcc34-fix 2004-04-28 00:16:45.000000000 +0200
++++ ifupdown-0.6.4/execute.c 2004-04-28 00:17:11.000000000 +0200
+@@ -167,7 +167,7 @@
+ case 0: /* child */
+ execle("/bin/sh", "/bin/sh", "-c", str, NULL, environ);
+ exit(127);
+- default: /* parent */
++ default:; /* parent */
+ }
+ waitpid(child, &status, 0);
+ if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) \ No newline at end of file