diff options
Diffstat (limited to 'gcc49')
-rw-r--r-- | gcc49/gcc49.spec | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc49/gcc49.spec b/gcc49/gcc49.spec index fcd028f..564798a 100644 --- a/gcc49/gcc49.spec +++ b/gcc49/gcc49.spec @@ -10,7 +10,7 @@ Summary: Various compilers (C, C++, Objective-C, Java, ada, go, obj-c++ ...) Name: gcc49 Version: 4.9.3 -Release: 4 +Release: 5 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD Group: Development/Languages @@ -164,9 +164,6 @@ echo "gcc-%{version}-%{release}.%{_arch}" | tee %{buildroot}/opt/gcc-%{version}/ %{__cp} -p ../lib64/libgcc_s.so.1 . %{__ln_s} libgcc_s.so.1 libgcc_s.so popd - #ln -sf ../lib64/libgcc_s.so.1 %{buildroot}%{_optdir}/gcc-%{version}/lib64/gcc/x86_64-fedoraunited-linux-gnu/%{version}/libgcc_s.so.1 || : - #ln -s libgcc_s.so.1 %{buildroot}%{_optdir}/gcc-%{version}/lib64/gcc/x86_64-fedoraunited-linux-gnu/%{version}/libgcc_s.so || : - find %{buildroot} -name 'libgcc_s.so*' -printf '%p\n' %endif # We need a script to change environment variables as follows @@ -183,7 +180,7 @@ echo "gcc-%{version}-%{release}.%{_arch}" | tee %{buildroot}/opt/gcc-%{version}/ %changelog -* Sat Sep 1 2018 B Stack <bgstack15@gmail.com> 4.9.3-3 +* Sat Sep 1 2018 B Stack <bgstack15@gmail.com> 4.9.3-5 - fix x86_64 gcc_s.so symlink * Mon Mar 28 2016 David Vasquez <davidjeremias82@gmail.com> 4.9.3-2 |