Conversation
using relative paths causes issues with symlink we can install and make a symlink in the same directory "/usr/lib"
ldv-alt
left a comment
There was a problem hiding this comment.
Unfortunately, this breaks setups when SHARED_LIBDIR != DEVEL_LIBDIR.
You can omit the relative part if and only if SHARED_LIBDIR == DEVEL_LIBDIR.
|
Sorry, I didn't get the scenario of SHARED_LIBDIR & DEVEL_LIBDIR, where it gonna break? Despite, is there any specific reason for having the libpasswdqc.so.1 in /usr/lib and making a smylink libpasswdqc.so in /lib? |
What issues? |
|
in my case, I maintain a toolchain directory where /usr was symlinked to the (.) current directory. |
|
Hi, any update on merge! |
|
@rprasanth This should not be merged as-is because it |
|
@rprasanth I think a better fix would be to make the |
using relative paths causes issues with symlink
we can install and make a symlink in the same directory "/usr/lib"