]> TLD Linux GIT Repositories - packages/postfix.git/commitdiff
- force proper libdir for shared libs
authorMarcin Krol <hawk@tld-linux.org>
Sat, 8 Aug 2015 12:05:47 +0000 (12:05 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 8 Aug 2015 12:05:47 +0000 (12:05 +0000)
postfix.spec

index d446277923550a516b55ac1f3da661f105c7115b..b55ead3633b74051670fb40c5879e3ceb5037cf7 100644 (file)
@@ -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