add support for aarch64 (#926541)
This commit is contained in:
parent
96bfe23e73
commit
a8e419725a
1163
slang-2.2.4-aarch64.patch
Normal file
1163
slang-2.2.4-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,8 @@ Group: System Environment/Libraries
|
||||
Source: ftp://space.mit.edu/pub/davis/slang/v2.2/%{name}-%{version}.tar.bz2
|
||||
# fix file permissions
|
||||
Patch1: slang-2.2.4-perms.patch
|
||||
# add support for aarch64
|
||||
Patch2: slang-2.2.4-aarch64.patch
|
||||
URL: http://www.jedsoft.org/slang/
|
||||
BuildRequires: libpng-devel pcre-devel zlib-devel
|
||||
%{?with_oniguruma:BuildRequires: oniguruma-devel}
|
||||
@ -63,6 +65,7 @@ language.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .perms
|
||||
%patch2 -p1 -b .aarch64
|
||||
|
||||
head -n -1800 < changes.txt > changes.txt_ && tail -n 1800 < changes.txt | \
|
||||
iconv -f iso8859-1 -t utf8 >> changes.txt_ && \
|
||||
|
Loading…
Reference in New Issue
Block a user