Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/wolfssl/PKGBUILD
blob: ef7ec3d5db346f33579627c4f35a19b5f9c90495 (plain)
1
2
3
4
5
6
7
8
# SHAKE256 requires SHA3 on 32-bit
eval "$(
  declare -f build | \
    sed '
      /local cmake_options/ a \
        cmake_options+=(-DWOLFSSL_SHA3=ON)
    '
)"