From: Marcin Krol Date: Sat, 8 Aug 2015 12:05:47 +0000 (+0000) Subject: - force proper libdir for shared libs X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostfix.git;a=commitdiff_plain;h=8e1c1d4b8673fdcf8f9a9859afabe8abe029a325 - force proper libdir for shared libs --- diff --git a/postfix.spec b/postfix.spec index d446277..b55ead3 100644 --- a/postfix.spec +++ b/postfix.spec @@ -18,7 +18,7 @@ Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho Summary(sk.UTF-8): Agent prenosu pošty Postfix Name: postfix Version: 3.0.2 -Release: 1 +Release: 2 Epoch: 2 License: distributable Group: Networking/Daemons/SMTP @@ -254,7 +254,8 @@ sed -i '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt %patch5 -p1 %build -%{__make} -f Makefile.init makefiles +%{__make} -f Makefile.init makefiles \ + shlib_directory=%{_libdir}/postfix %{__make} tidy CC="%{__cc}" export CC