Fix CC compiler support
(cherry picked from commit 6e9ed83138673930a9523d4c69f58a69bcb5c2f6)
This commit is contained in:
parent
e919afb0f6
commit
20b9cbdfc8
@ -1,6 +1,6 @@
|
||||
Name: jimtcl
|
||||
Version: 0.82
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A small embeddable Tcl interpreter
|
||||
License: BSD-2-Clause-Views
|
||||
URL: http://jim.tcl.tk
|
||||
@ -34,7 +34,7 @@ This package contains libraries and header files for developing applications tha
|
||||
rm -rf sqlite3
|
||||
|
||||
%build
|
||||
export CC=gcc LD=ld AR=ar RANLIB=ranlib STRIP=strip
|
||||
export CC=%{__cc} LD=ld AR=ar RANLIB=ranlib STRIP=strip
|
||||
%ifarch loongarch64
|
||||
rm -rf autosetup/autosetup-config.sub
|
||||
rm -rf autosetup/autosetup-config.guess
|
||||
@ -73,6 +73,9 @@ rm %{buildroot}/%{_libdir}/jim/README.extensions
|
||||
%{_libdir}/pkgconfig/jimtcl.pc
|
||||
|
||||
%changelog
|
||||
* Mon Mar 18 2024 wangqiang <wangqiang1@kylinos.cn> - 0.82-2
|
||||
- Fix CC compiler support
|
||||
|
||||
* Wed May 17 2023 liyanan <thistleslyn@163.com> - 0.82-1
|
||||
- update to 0.82
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user