Re: [LEDE-DEV] [PATCH] buildsystem: unify host and package configure

2016-05-19 Thread Felix Fietkau
On 2016-05-19 13:38, Dirk Neukirchen wrote: > - package-defaults.mk and host-build.mk configure could behave > differently > - there is already _ARGS in place to hand over stuff > > Signed-off-by: Dirk Neukirchen This change breaks the tools/expat build in a weird way: make[3]: Entering director

[LEDE-DEV] [PATCH] buildsystem: unify host and package configure

2016-05-19 Thread Dirk Neukirchen
- package-defaults.mk and host-build.mk configure could behave differently - there is already _ARGS in place to hand over stuff Signed-off-by: Dirk Neukirchen --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/host-build.mk b/include/host-build.