mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- For #1255, for ios disable building tests that require C++11.
This commit is contained in:
parent
d91c857e22
commit
94a84d3387
2 changed files with 5 additions and 3 deletions
|
|
@ -23,9 +23,10 @@ cd $LIBEXPAT_FNAME || exit 1
|
||||||
export PKG_CONFIG_PATH="$IOS_PREFIX/lib/pkgconfig"
|
export PKG_CONFIG_PATH="$IOS_PREFIX/lib/pkgconfig"
|
||||||
|
|
||||||
echo "Configuring Expat"
|
echo "Configuring Expat"
|
||||||
if ! ./configure \
|
if ! ./configure --without-tests \
|
||||||
--build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" \
|
--build="$AUTOTOOLS_BUILD" --host="$AUTOTOOLS_HOST" \
|
||||||
--prefix="$IOS_PREFIX" ; then
|
--prefix="$IOS_PREFIX" ;
|
||||||
|
then
|
||||||
echo "Error: Failed to configure Expat"
|
echo "Error: Failed to configure Expat"
|
||||||
cat config.log
|
cat config.log
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
- Fix #1255: Multiple pinnings to vulnerable copies of libexpat.
|
- Fix #1255: Multiple pinnings to vulnerable copies of libexpat.
|
||||||
- For #1255, for ios use an older expat version that does not require
|
- For #1255, for ios use an older expat version that does not require
|
||||||
C++11 language features.
|
C++11 language features.
|
||||||
|
- For #1255, for ios disable building tests that require C++11.
|
||||||
|
|
||||||
24 March 2025: Wouter
|
24 March 2025: Wouter
|
||||||
- Fix #1254: `send failed: Socket is not connected` and
|
- Fix #1254: `send failed: Socket is not connected` and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue