forked from pool/Botan
- aarch64-support.patch: add support for aarch64
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=37
This commit is contained in:
parent
20518965af
commit
1a851e4a23
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 10 21:35:25 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- aarch64-support.patch: add support for aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 14 20:08:15 UTC 2012 - p.drouand@gmail.com
|
Fri Sep 14 20:08:15 UTC 2012 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Botan
|
# spec file for package Botan
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,6 +34,7 @@ Patch2: Botan-fix_install_paths.patch
|
|||||||
Patch4: Botan-no-buildtime.patch
|
Patch4: Botan-no-buildtime.patch
|
||||||
Patch6: Botan-fix_pkgconfig.patch
|
Patch6: Botan-fix_pkgconfig.patch
|
||||||
Patch7: dont-set-mach-value.diff
|
Patch7: dont-set-mach-value.diff
|
||||||
|
Patch8: aarch64-support.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: bzip2 >= 1.0.2
|
Requires: bzip2 >= 1.0.2
|
||||||
Requires: gmp >= 4.1
|
Requires: gmp >= 4.1
|
||||||
@ -88,6 +89,7 @@ programs that use the Botan library.
|
|||||||
%patch4
|
%patch4
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
|
%patch8
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export RPM_OPT_FLAGS
|
export RPM_OPT_FLAGS
|
||||||
|
11
aarch64-support.patch
Normal file
11
aarch64-support.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Index: src/build-data/arch/aarch64.txt
|
||||||
|
===================================================================
|
||||||
|
--- /dev/null
|
||||||
|
+++ src/build-data/arch/aarch64.txt
|
||||||
|
@@ -0,0 +1,6 @@
|
||||||
|
+endian little
|
||||||
|
+
|
||||||
|
+<aliases>
|
||||||
|
+arm64
|
||||||
|
+armv8
|
||||||
|
+</aliases>
|
Loading…
Reference in New Issue
Block a user