File 0001_Multilib.patch of Package signon-plugin-oauth2
--- a/src/signon-oauth2plugin.pc 2016-06-02 11:44:21.000000000 +0200
+++ b/src/signon-oauth2plugin.pc 2017-11-03 10:57:35.659278702 +0100
@@ -1,9 +1,9 @@
prefix=/usr
exec_prefix=${prefix}
-libdir=${prefix}/lib/
+libdir=${prefix}/@LIB@/
includedir=${prefix}/include
Name: signon-oauth2plugin
Description: Signon OAuth 2.0 plugin
Version: 0.0.1
Requires: signon-plugins
-Libs.private: -L/usr/lib -lQtCore
+Libs.private: -L/usr/@LIB@ -lQtCore
--- a/src/src.pro 2016-06-02 11:44:21.000000000 +0200
+++ b/src/src.pro 2017-11-03 10:57:55.695134875 +0100
@@ -2,7 +2,7 @@
include( ../common-vars.pri )
TEMPLATE = lib
TARGET = oauth2plugin
-DESTDIR = lib/signon
+DESTDIR = @LIB@/signon
QT += core \
network
QT -= gui