Re: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-18 Thread Rosen Penev
gio originale- > >>>>> Da: Ansuel Smith > >>>>> Inviato: venerdì 18 dicembre 2020 00:59 > >>>>> A: OpenWrt Development List > >>>>> Cc: Ansuel Smith > >>>>> Oggetto: [PATCH] tools: zlib: fix broken compile w

Re: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-18 Thread Hannu Nyman
broken compile with ccache enabled If ccache is enabled with an empty buildroot the compilation fails. Fix this by using the NOCACHE compiler as it's done by other tools package. Signed-off-by: Ansuel Smith --- tools/zlib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools

R: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread ansuelsmth
Inviato: venerdì 18 dicembre 2020 00:59 > > > > > A: OpenWrt Development List > > > > > Cc: Ansuel Smith > > > > > Oggetto: [PATCH] tools: zlib: fix broken compile with ccache enabled > > > > > > > > > >

Re: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread Rosen Penev
gt; > > A: OpenWrt Development List > > > > Cc: Ansuel Smith > > > > Oggetto: [PATCH] tools: zlib: fix broken compile with ccache enabled > > > > > > > > If ccache is enabled with an empty buildroot the compilation fails. Fix > > > >

R: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread ansuelsmth
> On Thu, Dec 17, 2020 at 4:13 PM wrote: > > > > > > > > > -Messaggio originale- > > > Da: Ansuel Smith > > > Inviato: venerdì 18 dicembre 2020 00:59 > > > A: OpenWrt Development List > > > Cc: Ansuel Smith > >

Re: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread Rosen Penev
On Thu, Dec 17, 2020 at 4:13 PM wrote: > > > > > -Messaggio originale- > > Da: Ansuel Smith > > Inviato: venerdì 18 dicembre 2020 00:59 > > A: OpenWrt Development List > > Cc: Ansuel Smith > > Oggetto: [PATCH] tools: zlib: fix broken com

R: [PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread ansuelsmth
> -Messaggio originale- > Da: Ansuel Smith > Inviato: venerdì 18 dicembre 2020 00:59 > A: OpenWrt Development List > Cc: Ansuel Smith > Oggetto: [PATCH] tools: zlib: fix broken compile with ccache enabled > > If ccache is enabled with an empty buildroot th

[PATCH] tools: zlib: fix broken compile with ccache enabled

2020-12-17 Thread Ansuel Smith
If ccache is enabled with an empty buildroot the compilation fails. Fix this by using the NOCACHE compiler as it's done by other tools package. Signed-off-by: Ansuel Smith --- tools/zlib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/zlib/Makefile b/tools/zlib/Makefile index