On Fri, 03 Feb 2023, 14:11:27 +0100, Dave Plater wrote: > [...] > Maybe it's better to use the patch you mentioned, there is a make > install issue when I tried a no examples build. Where can I find the > patch?
grrh, I thought it was attached to the initial e-mail in this thread, but it got stripped off. Anyway, here's it inline: $ osc -A pmbs rdiff openSUSE.org:openSUSE:Factory libheif Essentials Index: libheif.changes =================================================================== --- libheif.changes (revision 15) +++ libheif.changes (revision 1) @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 2 19:25:04 UTC 2023 - Manfred Hollstein <[email protected]> + +- Use chrpath during build to delete otherwise illegal runtime + directories stored as RPATH in the executables + +------------------------------------------------------------------- Fri Jan 27 14:32:03 UTC 2023 - Dirk Müller <[email protected]> - add 2ca02a128b2f76f7f293aa86a2ce1e04a8306c65.patch Index: libheif.spec =================================================================== --- libheif.spec (revision 15) +++ libheif.spec (revision 1) @@ -41,6 +41,7 @@ Patch0: b6812284a2d70f29a5121ec3dbe652da07fdbbb7.patch # rebased from https://github.com/strukturag/libheif/commit/2ca02a128b2f76f7f293aa86a2ce1e04a8306c65.patch Patch1: 2ca02a128b2f76f7f293aa86a2ce1e04a8306c65.patch +BuildRequires: chrpath BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -161,6 +162,7 @@ heif-thumbnailer do install -m 0755 build/examples/$e %{buildroot}%{_bindir}/$e + chrpath --delete %{buildroot}%{_bindir}/$e install -m 0644 examples/$e.1 %{buildroot}%{_mandir}/man1/$e.1 done %else > Thanks > Dave Cheers. l8er manfred
signature.asc
Description: PGP signature
_______________________________________________ Packman mailing list [email protected] https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
