Update aarch64 patch
This commit is contained in:
parent
5363ff93d8
commit
b8280d2b1f
@ -120,3 +120,12 @@ index 76db260..f76e5a5 100644
|
|||||||
p = NULL;
|
p = NULL;
|
||||||
}
|
}
|
||||||
INTERNAL_SYSCALL (exit, err, 1, 0);
|
INTERNAL_SYSCALL (exit, err, 1, 0);
|
||||||
|
@@ -682,7 +682,7 @@ int __libc_start_main (int argc, char **argv, char **ev,
|
||||||
|
void *auxvec, void (*rtld_fini) (void),
|
||||||
|
struct startup_info *stinfo,
|
||||||
|
char **stack_on_entry)
|
||||||
|
-#elif defined __arm__
|
||||||
|
+#elif defined __arm__ || defined __aarch64__
|
||||||
|
|
||||||
|
int ___libc_start_main (int (*main) (int argc, char **argv),
|
||||||
|
int argc, char **argv,
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
Summary: Implementation of Linux Standard Base specification
|
Summary: Implementation of Linux Standard Base specification
|
||||||
Name: redhat-lsb
|
Name: redhat-lsb
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
|
URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
|
||||||
Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2
|
Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2
|
||||||
Patch0: lsb-release-3.1-update-init-functions.patch
|
Patch0: lsb-release-3.1-update-init-functions.patch
|
||||||
@ -754,6 +754,9 @@ os.remove("%{_datadir}/lsb")
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 4.1-25
|
||||||
|
- Update aarch64 patch
|
||||||
|
|
||||||
* Mon Nov 25 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-24
|
* Mon Nov 25 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-24
|
||||||
- remove nsswitch handling - broken and unnecessary
|
- remove nsswitch handling - broken and unnecessary
|
||||||
(#986728, #915147)
|
(#986728, #915147)
|
||||||
|
Loading…
Reference in New Issue
Block a user