Bug ID | 1210211 |
---|---|
Summary | windows:mingw:win{32|64}: Some packages overwrite definitions already provided by cmake macros |
Classification | openSUSE |
Product | openSUSE.org |
Version | unspecified |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | 3rd party software |
Assignee | fstrba@suse.com |
Reporter | ralf.habacker@freenet.de |
QA Contact | screening-team-bugs@suse.de |
CC | fridrich.strba@bluewin.ch, hib@hiberis.nl, mkbosmans@gmail.com |
Found By | --- |
Blocker | --- |
Some packages override cmake definitions already defined in the basic cmake macros, as shown below for mingw32-qt5keychain.spec: ... -DCMAKE_BUILD_TYPE="Release" \ ... -DCMAKE_INSTALL_BINDIR:PATH=%{_mingw32_bindir} \ The problem with overwriting the build type, for example, is that it leaves the corresponding debug package without information.