scrypt: Add descriptive comment
This commit is contained in:
parent
cb127adea6
commit
aa93925e03
@ -8,5 +8,7 @@ TERMUX_PKG_SHA256=4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c5
|
|||||||
TERMUX_PKG_DEPENDS="openssl"
|
TERMUX_PKG_DEPENDS="openssl"
|
||||||
|
|
||||||
termux_step_pre_configure() {
|
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}
|
export CFLAGS=${CFLAGS/-Oz/-Os}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user