diff --git a/thrift.spec b/thrift.spec index 6b37c25d91099ceee649407b0921c9e36144d377..c52cd3aa13c99c0ecb9341573516a34fa1717967 100644 --- a/thrift.spec +++ b/thrift.spec @@ -38,7 +38,7 @@ %global lua_configure --without-lua Name: thrift Version: 0.14.0 -Release: 6 +Release: 7 Summary: Software framework for cross-language services development License: ASL 2.0 and BSD and zlib URL: https://thrift.apache.org/ @@ -203,7 +203,7 @@ sed -i 's|-Dinstall.javadoc.path=$(DESTDIR)$(docdir)/java|-Dinstall.javadoc.path sed -i 's|$(INSTALL) $$p|$(INSTALL) --mode 644 $$p|g' lib/erl/Makefile.am sh ./bootstrap.sh export PYTHON=%{_bindir}/python3 -%ifarch loongarch64 +%ifarch loongarch64 sw_64 %configure --disable-dependency-tracking --disable-static --with-boost=/usr --with-boost-libdir=/usr/lib64 \ %else %configure --disable-dependency-tracking --disable-static --with-boost=/usr \ @@ -303,6 +303,9 @@ cp libthrift_dir/pom.xml %{buildroot}%{_datadir}/maven-poms/libthrift/libthrift. %endif %changelog +* Mon Mar 03 2025 maqi - 0.14.0-7 +- specify boost-libdir for sw_64 + * Thu May 18 2023 Wenlong Zhang - 0.14.0-6 - specify boost-libdir for loongarch64