From e60c856c01b6a94a77ea47384074a6df38d63186 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 7 May 2019 12:17:25 +0900 Subject: [PATCH] Specify lib directory for QB Change-Id: I2e5e915d71d54789bbb38016e825212919c9c764 --- packaging/glib-networking.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/glib-networking.spec b/packaging/glib-networking.spec index 606d5c3..c84e569 100755 --- a/packaging/glib-networking.spec +++ b/packaging/glib-networking.spec @@ -36,7 +36,7 @@ Currently, there is only a proxy module based on libproxy. cp %{SOURCE1001} . %build -meson --prefix /usr/ build -Dstatic_modules=false -Dgnutls=disabled -Dopenssl=enabled -Ddefault_ca_file=%{TZ_SYS_RO_CA_BUNDLE} +meson --prefix /usr/ --libdir %{_libdir} build -Dstatic_modules=false -Dgnutls=disabled -Dopenssl=enabled -Ddefault_ca_file=%{TZ_SYS_RO_CA_BUNDLE} ninja -C build all %install -- 2.7.4