- For #1255, for ios disable building tests that require C++11.

This commit is contained in:
Yorgos Thessalonikefs 2025-03-26 16:40:10 +01:00
parent d91c857e22
commit 94a84d3387
2 changed files with 5 additions and 3 deletions

View file

@ -23,9 +23,10 @@ cd $LIBEXPAT_FNAME || exit 1
export PKG_CONFIG_PATH="$IOS_PREFIX/lib/pkgconfig"
echo "Configuring Expat"
if ! ./configure \
--build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" \
--prefix="$IOS_PREFIX" ; then
if ! ./configure --without-tests \
--build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" \
--prefix="$IOS_PREFIX" ;
then
echo "Error: Failed to configure Expat"
cat config.log
exit 1

View file

@ -2,6 +2,7 @@
- Fix #1255: Multiple pinnings to vulnerable copies of libexpat.
- For #1255, for ios use an older expat version that does not require
C++11 language features.
- For #1255, for ios disable building tests that require C++11.
24 March 2025: Wouter
- Fix #1254: `send failed: Socket is not connected` and