kou opened a new pull request, #2758:
URL: https://github.com/apache/arrow-adbc/pull/2758
AlmaLinux 9 RPM build environment disables PIE by default by
`LDFLAGS="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"`. If PIE is disabled,
`g-ir-scanner` is failed:
/usr/bin/ld:
/build/rpmbuild/BUILD/apache-arrow-adbc-18/glib/build/tmp-introspect4ug84fdq/ADBC-1.0.o:
relocation R_X86_64_32 against `.rodata' can not be used when
making a PIE object; recompile with -fPIE
Fixes #2574.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]