diff --git a/.travis.yml b/.travis.yml index f8cfe6e588..c9ad509373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: env: wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" - dist: trusty compiler: clang - env: wxCONFIGURE_FLAGS="--disable-shared" + env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs" - os: osx osx_image: xcode6.4 compiler: clang diff --git a/src/expat/lib/xmlparse.c b/src/expat/lib/xmlparse.c index 1d53f50720..5cdefb40f8 100644 --- a/src/expat/lib/xmlparse.c +++ b/src/expat/lib/xmlparse.c @@ -54,7 +54,7 @@ #if !defined(HAVE_GETRANDOM) && !defined(HAVE_SYSCALL_GETRANDOM) \ && !defined(HAVE_ARC4RANDOM_BUF) && !defined(_WIN32) \ - && !defined(XML_POOR_ENTROPY) + && !defined(XML_POOR_ENTROPY) && !defined(HAVE_EXPAT_CONFIG_H) # error \ You do not have support for any sources of high quality entropy \ enabled. For end user security, that is probably not what you want. \