Re: [PATCH] build: let sed use posix ERE instead of GNU extension
From: Lucas De Marchi <hidden>
Date: 2015-06-22 14:20:42
From: Lucas De Marchi <hidden>
Date: 2015-06-22 14:20:42
Hi, On Mon, Jun 22, 2015 at 9:09 AM, Natanael Copa [off-list ref] wrote:
Use POSIX Extended Regular Expression (ERE) instead of the GNU extension \| in the install-exec-hook. This makes it create the symlink properly with busybox sed built with musl libc. It will silently create a broken symlink otherwise.
Oh... so you are running "make install" in a system with only busybox built with musl? :-o Anyway, this change seems sane enough so it's applied. -- Lucas De Marchi