scrypt: Add descriptive comment

This commit is contained in:
Fredrik Fornwall 2019-01-27 07:30:15 +01:00
parent cb127adea6
commit aa93925e03
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@ TERMUX_PKG_SHA256=4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c5
TERMUX_PKG_DEPENDS="openssl"
termux_step_pre_configure() {
# Work around miscompilation on at least aarch64 with -Oz,
# see https://github.com/termux/termux-packages/issues/3260:
export CFLAGS=${CFLAGS/-Oz/-Os}
}