Bug 1552371

Summary: Implement -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} qmake equivalent
Product: [Fedora] Fedora Reporter: Germano Massullo <germano.massullo>
Component: webextension-token-signingAssignee: Germano Massullo <germano.massullo>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: urgent    
Version: rawhideCC: germano.massullo
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-21 10:10:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1550740    

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