https://bz.apache.org/ooo/show_bug.cgi?id=127484

--- Comment #3 from Don Lewis <truck...@apache.org> ---
You'll probably find that this doesn't build correctly on the old Linux distros
that we have to support.  Even CentOS 7 doesn't have a recent enough version of
glibc to get good entropy.

The makefile.mk patch in expat-2.2.x.patch will probably need to contain this
modification for Linux:

+.IF "$(OS)"=="WNT"
+CDEFS+=-DWIN32
+.ELIF "$(OS)"=="LINUX"
+CDEFS+=-DHAVE_EXPAT_CONFIG_H -DXML_POOR_ENTROPY
+.ELSE
+CDEFS+=-DHAVE_EXPAT_CONFIG_H
+.ENDIF

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.

Reply via email to