try fix build issues
This commit is contained in:
parent
325fb30677
commit
4e4d0bf4c9
@ -502,11 +502,11 @@ objdump -Ctj .text -Ctj .text %{buildroot}%{package_libdir}/libboost_exception.s
|
|||||||
grep '^[0-9a-f]\+[[:space:]]\+g[[:space:]]\+F' | \
|
grep '^[0-9a-f]\+[[:space:]]\+g[[:space:]]\+F' | \
|
||||||
sed -e 's#[0-9a-f]\+[[:space:]]\+g[[:space:]]\+F[[:space:]]\+\.text[[:space:]]\+[0-9a-f]\+[[:space:]]\+##' | \
|
sed -e 's#[0-9a-f]\+[[:space:]]\+g[[:space:]]\+F[[:space:]]\+\.text[[:space:]]\+[0-9a-f]\+[[:space:]]\+##' | \
|
||||||
diff %{SOURCE10} - || echo "WARNING: libexception symbol change?"
|
diff %{SOURCE10} - || echo "WARNING: libexception symbol change?"
|
||||||
rm %{buildroot}%{package_libdir}/libboost_exception.so
|
rm %{buildroot}/%{_libdir}/libboost_exception.so
|
||||||
rm %{buildroot}%{package_libdir}/libboost_exception.so.%{version}
|
rm %{buildroot}/%{_libdir}/libboost_exception.so.%{version}
|
||||||
|
|
||||||
# not used or duplicated in boost-extra flavour
|
# not used or duplicated in boost-extra flavour
|
||||||
rm -r %{buildroot}%{package_libdir}/cmake/boost_exception-*
|
rm -r %{buildroot}/%{_libdir}/cmake/boost_exception-*
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user