From: Daniel Engberg Date: Sun, 23 Jul 2017 21:17:13 +0000 (+0200) Subject: libs/expat: Fix poor entropy compilation error X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F4619%2Fhead;p=feed%2Fpackages.git libs/expat: Fix poor entropy compilation error Add the same workaround as for the expat package in toolchain. I'm not really sure what made it work for me earlier but this seems to fix it. Signed-off-by: Daniel Engberg --- diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 5819e0f4f1..894d0789c8 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -39,6 +39,9 @@ endef TARGET_CFLAGS += $(FPIC) +HOST_CONFIGURE_VARS += \ + CPPFLAGS="$(HOST_CFLAGS) -DXML_POOR_ENTROPY" + CONFIGURE_ARGS += \ --enable-shared \ --enable-static