]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Check that sys/auxv.h exists at configure time and add preprocessor define for it.
authorMika Lindqvist <postmaster@raasu.org>
Tue, 12 Apr 2022 22:22:29 +0000 (01:22 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 22 Apr 2022 11:51:37 +0000 (13:51 +0200)
commite1baa6b439c06f3d0e6be3e381cc746ffb55aee1
tree2d58fd21e47e16cdb52c4bca2b99bed7b56a9db1
parentdd5100d857bfafe890a524b5763785c71f2d7730
Check that sys/auxv.h exists at configure time and add preprocessor define for it.
* Protect including sys/auxv.h in all relevant files with the new preprocessor define
* Test for both existence of both sys/auxv.h and getauxval() with both cmake and configure
CMakeLists.txt
arch/arm/arm_features.c
arch/power/power_features.c
arch/s390/s390_features.c
cmake/detect-intrinsics.cmake
configure