void-packages/templates/OpenRC/build.diff
Juan RP 60c380731e OpenRC: mention ticket URL for build patch.
--HG--
extra : convert_revision : de368501287ce3595d95dfc5d00bc5ab0041a742
2009-06-20 08:35:05 +02:00

14 lines
399 B
Diff

http://roy.marples.name/projects/openrc/ticket/177
--- src/rc/rc.c.orig 2009-06-20 08:14:19.018885584 +0200
+++ src/rc/rc.c 2009-06-20 08:13:52.000000000 +0200
@@ -45,6 +45,9 @@ const char rc_copyright[] = "Copyright (
#ifdef __linux__
# include <asm/setup.h> /* for COMMAND_LINE_SIZE */
+# ifndef COMMAND_LINE_SIZE
+# define COMMAND_LINE_SIZE 2048
+# endif
#endif
#include <errno.h>