Compare commits

...

4 Commits

Author SHA1 Message Date
openeuler-ci-bot 5475679ed4 !15 update license from GFDL to GFDL-1.3-or-later
From: @renxichen 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-04-22 11:12:14 +00:00
rwx403335 00d89759b2 update license from GFDL to GFDL-1.3-or-later 2022-04-22 14:14:21 +08:00
openeuler-ci-bot 65657cecef !7 fix F77 language support, Fortran language support, Libtool stress test fail on standard_x86_64
From: @tong_1001
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-05-29 16:44:11 +08:00
xia_qirong 5fb6bd943f fix F77 language support, Fortran language support, Libtool stress test fail on standard_x86_64 2021-05-29 13:00:17 +08:00
+12 -2
View File
@@ -3,8 +3,8 @@
Name: libtool
Version: 2.4.6
Release: 32
License: GPLv2+ and LGPLv2+ and GFDL
Release: 34
License: GPLv2+ and LGPLv2+ and GFDL-1.3-or-later
Summary: The GNU Portable Library Tool
URL: http://www.gnu.org/software/libtool/
Source0: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
@@ -57,6 +57,10 @@ export F77=gfortran
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
export FFLAGS=$(echo "$RPM_OPT_FLAGS -I/usr/lib64/gfortran/modules"| sed 's/-fstack-protector-strong/ /g')
export FCFLAGS=$(echo "$RPM_OPT_FLAGS -I/usr/lib64/gfortran/modules"| sed 's/-fstack-protector-strong/ /g')
%ifarch x86_64
export FFLAGS="$RPM_OPT_FLAGS -fPIE"
export FCFLAGS="$RPM_OPT_FLAGS -fPIE"
%endif
%configure
@@ -100,6 +104,12 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la}
%changelog
* Fri Apr 22 2022 renhongxun <renhongxun@h-partners.com> - 2.4.6-34
- update license from GFDL to GFDL-1.3-or-later
* Sat May 29 2021 shixuantong <shixuantong@huawei.com> - 2.4.6-33
- fix F77 language support, Fortran language support, Libtool stress test fail on standard_x86_64
* Thu Mar 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.4.6-32
- add necessary BuildRequires