On Thu, Nov 17, 2016 at 10:56 AM, Timo Teras <[email protected]> wrote:
> Hi,
>
> The following discrepancy happens on 1.25.1 (and git master) with musl
> c-library:
>
> ~ $ echo /usr/lib/ | sed 's,\(^/\|\)[^/][^/]*,..,g'
> ../../
>
> ~ $ echo /usr/lib/ | busybox sed 's,\(^/\|\)[^/][^/]*,..,g'
> /../../
>
> Any thoughts?

Doesn't happen with current git with glibc and uclibc.

I did not convert yet to using musl for my static builds:
IIRC last time I tried, the binary was bigger than one
built against uclibc (and I had a few other minor problems).
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to