I have this error which is not directly referenced anywere but has a simple solution.
Context:
One custom host library compiled in Buildroot.
One custom host program compiled with Buildroot and uses this very library.
During make, Buildroot complains like this :
*** ERROR: package host-zic installs executables without proper RPATH: *** /home/aurelien/Project/[...]/BR_dir/host/bin/my_program
how do I solve this error ?