Re: [PATCH] build: let sed use posix ERE instead of GNU extension
From: Lucas De Marchi <hidden>
Date: 2015-06-22 14:30:40
From: Lucas De Marchi <hidden>
Date: 2015-06-22 14:30:40
On Mon, Jun 22, 2015 at 11:20 AM, Lucas De Marchi [off-list ref] wrote:
Hi, On Mon, Jun 22, 2015 at 9:09 AM, Natanael Copa [off-list ref] wrote:quoted
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.
when pushing the CI alerted me it was failing.
Makefile.am:111: error: blank line following trailing backslash
I fixed this up myself, but now I'm wondering if this has been at
least compile-tested.
--
Lucas De Marchi