Skip to content

Commit ecd10b0

Browse files
authored
Merge pull request Homebrew#218712 from Homebrew/wolfssl-no-asm
wolfssl: disable ARM ASM on Linux as no runtime detection
2 parents 976599f + 63ca6c3 commit ecd10b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/w/wolfssl.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def install
4545
--enable-reproducible-build
4646
]
4747

48+
# https://github.com/wolfSSL/wolfssl/issues/8148
49+
args << "--disable-armasm" if OS.linux? && Hardware::CPU.arm?
50+
4851
# Extra flag is stated as a needed for the Mac platform.
4952
# https://www.wolfssl.com/docs/wolfssl-manual/ch2/
5053
# Also, only applies if fastmath is enabled.

0 commit comments

Comments
 (0)