component/libzip: add missing rpath and make shareable
find . -type f -executable | xargs ldd | egrep '(^\S|not found)' | grep -B1 'not found' reported that this component creates binaries that are missing missing rpath because libzip cannot be found. Also enable shared as it looks shareable.
Showing
Please register or sign in to comment