From 9e8c7b70df3478246249f987c9388b3cd00cb8c5 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Thu, 21 Dec 2006 16:46:40 +0000 Subject: Set corect path to kernel headers for uclibc_svn Add patch to allow gettext to compile --- packages/uclibc/uclibc-cvs/error_print_progname.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/uclibc/uclibc-cvs/error_print_progname.patch (limited to 'packages/uclibc/uclibc-cvs/error_print_progname.patch') diff --git a/packages/uclibc/uclibc-cvs/error_print_progname.patch b/packages/uclibc/uclibc-cvs/error_print_progname.patch new file mode 100644 index 0000000000..6c10ec6b3c --- /dev/null +++ b/packages/uclibc/uclibc-cvs/error_print_progname.patch @@ -0,0 +1,11 @@ +--- /libc/misc/error/orig-error.c 2006-11-29 14:28:13.000000000 -0500 ++++ /libc/misc/error/error.c 2006-12-20 22:54:16.000000000 -0500 +@@ -44,7 +44,7 @@ + /* If NULL, error will flush stdout, then print on stderr the program + name, a colon and a space. Otherwise, error will call this + function without parameters instead. */ +-/* void (*error_print_progname) (void) = NULL; */ ++ void (*error_print_progname) (void) = NULL; + + extern __typeof(error) __error attribute_hidden; + void __error (int status, int errnum, const char *message, ...) -- cgit v1.2.3