Re: [OE-core] [PATCH v3] ifupdown: update to 0.8.22

2019-07-03 Thread Oleksandr Kravchuk
Sure. Technically, package is musl incompatible/not ready. This trivial patch allows us to build ifupdown with musl. On 03/07/2019 18:35, Adrian Bunk wrote: > On Tue, Jul 02, 2019 at 10:29:09PM +0200, Oleksandr Kravchuk wrote: >> ... >> ++#if !defined(FNM_EXTMATCH) >> ++#define FNM_EXTMATCH 0 >>

Re: [OE-core] [PATCH v3] ifupdown: update to 0.8.22

2019-07-03 Thread Adrian Bunk
On Tue, Jul 02, 2019 at 10:29:09PM +0200, Oleksandr Kravchuk wrote: >... > ++#if !defined(FNM_EXTMATCH) > ++#define FNM_EXTMATCH 0 > ++#endif >... This fixes the musl build, but the code will misbehave on musl. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out

[OE-core] [PATCH v3] ifupdown: update to 0.8.22

2019-07-02 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../0001-Define-FNM_EXTMATCH-for-musl.patch | 47 +++ ...t-rely-on-dpkg-architecture-to-set-a.patch | 8 ++-- ...efn-fix-inverted-checks-for-loopback.patch | 45 +- ...{ifupdown_0.8.16.bb => ifupdown_0.8.22.bb} | 3 +- 4