fix soname of liblmdb.so.0 [release 2.4.43-3mamba;Sat Jan 02 2016]
This commit is contained in:
parent
0d7eca3419
commit
3911a76801
@ -1,6 +1,6 @@
|
|||||||
Name: openldap
|
Name: openldap
|
||||||
Version: 2.4.43
|
Version: 2.4.43
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Summary: An open source implementation of the Lightweight Directory Access Protocol
|
Summary: An open source implementation of the Lightweight Directory Access Protocol
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -135,7 +135,7 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%make CC=%{_host}-gcc
|
%make CC=%{_host}-gcc
|
||||||
|
|
||||||
%make -C libraries/liblmdb
|
%make -C libraries/liblmdb SOLIBS="-Wl,-soname,liblmdb.so.0"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -358,6 +358,9 @@ exit 0
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.43-3mamba
|
||||||
|
- fix soname of liblmdb.so.0
|
||||||
|
|
||||||
* Fri Jan 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.43-2mamba
|
* Fri Jan 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.43-2mamba
|
||||||
- build and provide liblmdb
|
- build and provide liblmdb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user