Browse Source

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 <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
Daniel Engberg 7 years ago
parent
commit
12646b51eb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libs/expat/Makefile

+ 3
- 0
libs/expat/Makefile View File

@ -39,6 +39,9 @@ endef
TARGET_CFLAGS += $(FPIC)
HOST_CONFIGURE_VARS += \
CPPFLAGS="$(HOST_CFLAGS) -DXML_POOR_ENTROPY"
CONFIGURE_ARGS += \
--enable-shared \
--enable-static


Loading…
Cancel
Save