Merge pull request #4619 from diizzyy/patch-77

libs/expat: Fix poor entropy compilation error
This commit is contained in:
Ted Hess 2017-07-24 14:09:36 -04:00 committed by GitHub
commit dd0603a170
1 changed files with 3 additions and 0 deletions

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