Hi, On Fri, May 29, 2009 at 12:34:23AM +0300, Sergiu Ivanov wrote: > >From 23763c18399985e62686282ec848c42c3a540066 Mon Sep 17 00:00:00 2001 > From: Sergiu Ivanov <unlimitedscol...@gmail.com> > Date: Fri, 29 May 2009 00:29:25 +0300 > Subject: [PATCH] Update the bug-reporting address. > > * options.c (argp_program_bug_address): Change the value to > <bug-hurd@gnu.org>. > --- > options.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/options.c b/options.c > index ef29a02..d04d072 100644 > --- a/options.c > +++ b/options.c > @@ -211,7 +211,7 @@ const struct argp_child argp_children_startup[] = > > const char *argp_program_version = STANDARD_HURD_VERSION (unionfs); > const char *argp_program_bug_address = > -"Gianluca Guida <glgu...@gmail.com>"; > +"<bug-hurd@gnu.org>"; > > #define ARGS_DOC "FILESYSTEMS ..." > #define DOC "Hurd unionfs server" > -- > 1.5.2.4
You could do this be simply linking to libhurdbugaddr. Just drop the definition of argp_program_bug_address and pass -lhurdbugaddr to the linker in the Makefile. Regards, Fredrik