Specify lib directory for QB 03/205503/1 accepted/tizen/unified/20190507.221747 submit/tizen/20190507.040600 submit/tizen/20190507.081742
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 7 May 2019 03:17:25 +0000 (12:17 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 7 May 2019 03:17:35 +0000 (12:17 +0900)
Change-Id: I2e5e915d71d54789bbb38016e825212919c9c764

packaging/glib-networking.spec

index 606d5c3..c84e569 100755 (executable)
@@ -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