You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the following build command works: BOTAN_CONFIGURE_EXTRA_CXXFLAGS="-fPIE" cargo build --release
I've also attached 2 logs created during the c lib build. -fPIE doesn't even make it into the generated Makefile in target/release/build/botan-sys-<id>/out/botan unless EXTRA_CXXFLAGS is passed to cargo.
Host:
Linux host 6.10.7-200.fc40.x86_64 1 SMP PREEMPT_DYNAMIC Fri Aug 30 00:08:59 UTC 2024 x86_64 GNU/Linux
Hi,
I'm trying to build a binary which depends on
botan-rs
with enabled featuresvendored
andbotan3
. However, the build fails during linking:build command was simply
cargo build --release
using the following build command works:
BOTAN_CONFIGURE_EXTRA_CXXFLAGS="-fPIE" cargo build --release
I've also attached 2 logs created during the c lib build.
-fPIE
doesn't even make it into the generated Makefile intarget/release/build/botan-sys-<id>/out/botan
unlessEXTRA_CXXFLAGS
is passed tocargo
.Host:
I noticed there are similar issues here and here without a proper solution.
botan-rs-output-broken.txt
botan-rs-output-working.txt
The text was updated successfully, but these errors were encountered: