From 5f746ae0738b754daf4fa97bb32696d3f03c3712 Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Sun, 15 Aug 2021 21:42:56 +0100 Subject: [PATCH] librav1e: fix build on x86_64 --- packages/librav1e/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/librav1e/build.sh b/packages/librav1e/build.sh index 75702f513..58fc2c3d5 100644 --- a/packages/librav1e/build.sh +++ b/packages/librav1e/build.sh @@ -11,7 +11,10 @@ TERMUX_PKG_BUILD_IN_SRC=true termux_step_post_make_install(){ # required for librav1e - cargo install cargo-c --features=vendored-openssl + ( + unset LDFLAGS + cargo install cargo-c --features=vendored-openssl + ) # `cargo cinstall` refuses to work with Android cargo cbuild \