On Sat Sep 7, 2024 at 4:27 PM CEST, Boyuan Yang wrote:
Okay. I have uploaded this version of the package.
Thanks!
One caveat that I will need to point out (but not necessarily a blocker): by hardcoding PKG_CONFIG_SYSTEM_LIBRARY_PATH at build time, your package may not build correctly when being cross built when the host arch is different from the target arch. I am not an export in this field, but you may need to dig into it if necessary.
The variable is obtained via GCC, which I believe should print the corrent paths when cross compiling. I haven't checked though. I'll fix this if needed, thanks for the pointer :)
Bye!