Re: [LEDE-DEV] [PATCH] e2fsprogs: fix build problem with very old libmagic

2016-06-30 Thread Hauke Mehrtens
On 06/30/2016 08:15 AM, Dirk Neukirchen wrote: > On 29.06.2016 23:14, Hauke Mehrtens wrote: >> From: Hauke Mehrtens >> >> The libmagic shipped with RedHat 5 does not define > > As a reference - RHEL4: Mar/2017, RHEL5:Nov/2020 > src: https://access.redhat.com/support/policy/updates/errata Yes it

Re: [LEDE-DEV] [PATCH] e2fsprogs: fix build problem with very old libmagic

2016-06-29 Thread Dirk Neukirchen
On 29.06.2016 23:14, Hauke Mehrtens wrote: > From: Hauke Mehrtens > > The libmagic shipped with RedHat 5 does not define As a reference - RHEL4: Mar/2017, RHEL5:Nov/2020 src: https://access.redhat.com/support/policy/updates/errata I have recommended/tested build OS on my todo list > MAGIC_N

Re: [LEDE-DEV] [PATCH] e2fsprogs: fix build problem with very old libmagic

2016-06-29 Thread John Crispin
On 29/06/2016 23:14, Hauke Mehrtens wrote: > From: Hauke Mehrtens > > The libmagic shipped with RedHat 5 does not define > MAGIC_NO_CHECK_COMPRESS and MAGIC_NO_CHECK_COMPRESS. e2fsprogs should > check for that otherwise the build will fail. > can you send this upstream aswell please ?

[LEDE-DEV] [PATCH] e2fsprogs: fix build problem with very old libmagic

2016-06-29 Thread Hauke Mehrtens
From: Hauke Mehrtens The libmagic shipped with RedHat 5 does not define MAGIC_NO_CHECK_COMPRESS and MAGIC_NO_CHECK_COMPRESS. e2fsprogs should check for that otherwise the build will fail. Signed-off-by: Hauke Mehrtens --- tools/e2fsprogs/patches/010-old-libmagic.patch | 11 +++ 1 file