diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:45:02 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:45:02 -0400 |
| commit | f39835641d4413ef327857f0dc4a24d5b9599861 (patch) | |
| tree | deec6e5701019178078d700fcb187e97c6932c43 /m4/check-os-options.m4 | |
| parent | Import LibreSSL 4.0.1 (diff) | |
| download | libretls-f39835641d4413ef327857f0dc4a24d5b9599861.tar.gz libretls-f39835641d4413ef327857f0dc4a24d5b9599861.zip | |
Import LibreSSL 4.1.0
Diffstat (limited to 'm4/check-os-options.m4')
| -rw-r--r-- | m4/check-os-options.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 91c3021..2ef4293 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 @@ -133,6 +133,7 @@ char buf[1]; getentropy(buf, 1); ;; *) HOST_OS=unsupported + HOST_ABI=elf ;; esac |