Bug 1552371 - Implement -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} qmake equivalent
Summary: Implement -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} qmake equivalent
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: webextension-token-signing
Version: rawhide
Hardware: Unspecified
OS: Unspecified
urgent
unspecified
Target Milestone: ---
Assignee: Germano Massullo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1550740
TreeView+ depends on / blocked
 
Reported: 2018-03-07 01:01 UTC by Germano Massullo
Modified: 2018-03-21 10:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-21 10:10:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Germano Massullo 2018-03-07 01:01:54 UTC
Personal reminder:

https://src.fedoraproject.org/rpms/firefox-pkcs11-loader/blob/master/f/firefox-pkcs11-loader.spec

contains

# -DCMAKE_INSTALL_LIBDIR:PATH=%%{_libdir} is needed to avoid
# https://github.com/open-eid/firefox-pkcs11-loader/issues/10
# and to avoid that the build system will try installing files
# under hardcoded /usr/lib/... instead of %{_libdir}
%{cmake} . -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir}

since webextension-token-signing has a similar problem, I have to implement the same flag on this package, that uses qmake instead of cmake


Note You need to log in before you can comment on or make changes to this bug.