[ptxdist] [PATCH v3] squashfs-tools: Use sysmacros fixes build with glibc >= 2.28

2018-12-18 Thread Gavin Schenk
Signed-off-by: Gavin Schenk --- changes since v2: - Fixed typo in subject, indeed its glibc not glib! ...sysmacros-fixes-build-with-glib-2.28.patch | 41 +++ patches/squashfs4.3/series| 4 ++ 2 files changed, 45 insertions(+) create mode 100644

Re: [ptxdist] [PATCH] kconfig: fix warnings on format

2018-12-18 Thread Denis OSTERLAND
Hi, Am Mittwoch, den 12.12.2018, 14:06 + schrieb Denis OSTERLAND: > Hi, > > Am Mittwoch, den 12.12.2018, 14:29 +0100 schrieb Michael Olbrich: > > > > On Wed, Dec 12, 2018 at 10:31:27AM +, Denis OSTERLAND wrote: > > > > > > > > > Fixes warnings like: > > > conf.c:79:3: warning: format

Re: [ptxdist] [PATCH v2] squashfs-tools: Use sysmacros fixes build with glib >2.28

2018-12-18 Thread Ladislav Michl
On Tue, Dec 18, 2018 at 12:16:11PM +0100, Gavin Schenk wrote: > Signed-off-by: Gavin Schenk > --- > > changes since v1: > > - Add include instead replacing it. > After a discussion with ukl in IRC, it turns out that it is more > compatible to add the include instead of replacing it.

[ptxdist] [PATCH v2] squashfs-tools: Use sysmacros fixes build with glib >2.28

2018-12-18 Thread Gavin Schenk
Signed-off-by: Gavin Schenk --- changes since v1: - Add include instead replacing it. After a discussion with ukl in IRC, it turns out that it is more compatible to add the include instead of replacing it. Additionally, mksquashfs.c uses open that requires sys/types.h.

[ptxdist] [PATCH] squashfs-tools: Use sysmacros fixes build with glib >2.28

2018-12-18 Thread Gavin Schenk
Signed-off-by: Gavin Schenk --- ...sysmacros-fixes-build-with-glib-2.28.patch | 43 +++ patches/squashfs4.3/series| 4 ++ 2 files changed, 47 insertions(+) create mode 100644 patches/squashfs4.3/0001-Use-sysmacros-fixes-build-with-glib-2.28.patch create