Bug ID | 1200483 |
---|---|
Summary | darktable broken by cmake regression |
Classification | openSUSE |
Product | openSUSE Backports |
Version | SLE-15-SP4 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Packages |
Assignee | packagehub-bugs@suse.com |
Reporter | mrueckert@suse.com |
QA Contact | packagehub-bugs@suse.com |
Found By | --- |
Blocker | --- |
Package needs to be rebuild with the following patch applied: ``` Index: darktable.spec =================================================================== --- darktable.spec (revision 857e74cba017f3bce07a661c81c0edaf) +++ darktable.spec (working copy) @@ -273,7 +273,7 @@ %build %global cmake_options \\\ -DCMAKE_INSTALL_LIBDIR=%{_lib} \\\ - -DCMAKE_SKIP_RPATH:BOOL=OFF \\\ + -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_SKIP_INSTALL_RPATH:BOOL=OFF \\\ -DCMAKE_INSTALL_DATAROOTDIR="share" \\\ -DCMAKE_INSTALL_LIBEXECDIR="%{_libexecdir}" \\\ -DCMAKE_INSTALL_DOCDIR="%{_defaultdocdir}/%{pkg_name}" \\\ ```