mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-11 08:44:17 +00:00
fix spec
This commit is contained in:
parent
7ade7ece0e
commit
7dbceaf3af
1 changed files with 8 additions and 0 deletions
|
@ -195,6 +195,14 @@ find libs -type f \( -name "*.?pp" ! -path "*test*" ! -path "*src*" ! -path "*to
|
|||
%install
|
||||
|
||||
./%{boost_bjam} --prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} install
|
||||
|
||||
# (Anssi 01/2010) add compatibility symlinks:
|
||||
for file in %{buildroot}%{_libdir}/*.so; do
|
||||
cp -a $file ${file%.so}-mt.so
|
||||
done
|
||||
for file in %{buildroot}%{_libdir}/*.a; do
|
||||
ln -s $(basename $file) ${file%.a}-mt.a
|
||||
done
|
||||
|
||||
# Kill any debug library versions that may show up un-invited.
|
||||
rm -f %{buildroot}%{_libdir}/*-d.* %{buildroot}%{_libdir}/*-d-mt.*
|
||||
|
|
Loading…
Add table
Reference in a new issue