]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #1255, for ios disable building tests that require C++11.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 26 Mar 2025 15:40:10 +0000 (16:40 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 26 Mar 2025 15:40:10 +0000 (16:40 +0100)
contrib/ios/install_expat.sh
doc/Changelog

index 3219558dfa02f7828423e5f3c07758746abba837..915279f4086b89e117c41e4eada6a75311b421f6 100755 (executable)
@@ -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
index d90263a364ee323a162aff4d2f1ffa7fedec6b0f..75257de948b5fec3484528c6ce3e63927841bcaf 100644 (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