Re: [OpenWrt-Devel] [PATCH] elfutils: Fix compile with uClibc-ng

2019-05-05 Thread Petr Štetiar
Rosen Penev [2019-05-05 11:27:49]: > On Fri, May 3, 2019 at 11:00 AM Rosen Penev wrote: > > > > On Fri, May 3, 2019 at 10:12 AM Petr Štetiar wrote: > > > > > > Rosen Penev [2019-05-01 10:05:20]: > > > > > > Hi, > > > > > > > Probably glibc too. argp_help takes a char *. not const char *. > > >

Re: [OpenWrt-Devel] [PATCH] elfutils: Fix compile with uClibc-ng

2019-05-05 Thread Rosen Penev
On Fri, May 3, 2019 at 11:00 AM Rosen Penev wrote: > > On Fri, May 3, 2019 at 10:12 AM Petr Štetiar wrote: > > > > Rosen Penev [2019-05-01 10:05:20]: > > > > Hi, > > > > > Probably glibc too. argp_help takes a char *. not const char *. > > > > I'm wondering if we need to cary another patch forev

Re: [OpenWrt-Devel] [PATCH] elfutils: Fix compile with uClibc-ng

2019-05-03 Thread Rosen Penev
On Fri, May 3, 2019 at 10:12 AM Petr Štetiar wrote: > > Rosen Penev [2019-05-01 10:05:20]: > > Hi, > > > Probably glibc too. argp_help takes a char *. not const char *. > > I'm wondering if we need to cary another patch forever, thus if it wouldn't be > better to backport upstreamed patch and/or

Re: [OpenWrt-Devel] [PATCH] elfutils: Fix compile with uClibc-ng

2019-05-03 Thread Petr Štetiar
Rosen Penev [2019-05-01 10:05:20]: Hi, > Probably glibc too. argp_help takes a char *. not const char *. I'm wondering if we need to cary another patch forever, thus if it wouldn't be better to backport upstreamed patch and/or bump to fixed upstream version. -- ynezz > Signed-off-by: Rosen Pe

Re: [OpenWrt-Devel] [PATCH] elfutils: Fix compile with uClibc-ng

2019-05-03 Thread Petr Štetiar
Rosen Penev [2019-05-01 10:05:20]: Hi, > Probably glibc too. argp_help takes a char *. not const char *. I'm wondering if we need to cary another patch forever, thus if it wouldn't be better to backport upstreamed patch and/or bump to fixed upstream version. -- ynezz > Signed-off-by: Rosen Pe

[OpenWrt-Devel] [PATCH] elfutils: Fix compile with uClibc-ng

2019-05-01 Thread Rosen Penev
Probably glibc too. argp_help takes a char *. not const char *. Signed-off-by: Rosen Penev --- package/libs/elfutils/Makefile| 2 +- .../libs/elfutils/patches/200-uclibc-ng-compat.patch | 11 +++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 1006