New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/46293#issuecomment-1760362782 Comment: removing that patch, as well as ``` --- a/srcpkgs/maxima/template +++ b/srcpkgs/maxima/template @@ -52,7 +52,6 @@ post_configure() { post_build() { if [ "$build_option_ecl" ]; then # everything will go in the same directory, use rpath=$ORIGIN - patchelf --remove-rpath src/binary-ecl/libmaxima-ecl.so patchelf --set-rpath \$ORIGIN \ src/binary-ecl/{maxima,maxima.fas} patchelf \ @@ -135,7 +134,6 @@ maxima-ecl_package() { pkg_install() { BINARY_ECL=/usr/lib/maxima/${version}/binary-ecl vmove ${BINARY_ECL} - vinstall src/binary-ecl/libmaxima-ecl.so 755 ${BINARY_ECL} vinstall src/binary-ecl/maxima.fas 755 ${BINARY_ECL} # symlink maxima.fas in ECLDIR ``` passes checks with `-Q`.