libressl: Disable endian.h check for iOS.
This commit is contained in:
parent
41de3f161a
commit
38d6d35aac
@ -277,9 +277,11 @@ if(HAVE_MEMMEM)
|
|||||||
add_definitions(-DHAVE_MEMMEM)
|
add_definitions(-DHAVE_MEMMEM)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
check_include_files(endian.h HAVE_ENDIAN_H)
|
if (NOT IOS)
|
||||||
if(HAVE_ENDIAN_H)
|
check_include_files(endian.h HAVE_ENDIAN_H)
|
||||||
|
if(HAVE_ENDIAN_H)
|
||||||
add_definitions(-DHAVE_ENDIAN_H)
|
add_definitions(-DHAVE_ENDIAN_H)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
check_include_files(machine/endian.h HAVE_MACHINE_ENDIAN_H)
|
check_include_files(machine/endian.h HAVE_MACHINE_ENDIAN_H)
|
||||||
|
@ -3,6 +3,7 @@ Built from https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.8.0.tar.gz
|
|||||||
Modifications:
|
Modifications:
|
||||||
* Removed targets for apps, tests, install, uninstall.
|
* Removed targets for apps, tests, install, uninstall.
|
||||||
* Removed extra files like unneeded target sources, Makefiles, autoconf files.
|
* Removed extra files like unneeded target sources, Makefiles, autoconf files.
|
||||||
|
* Disabled endian.h check for iOS as it breaks build.
|
||||||
|
|
||||||
===
|
===
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user