]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
do not try to use 32bit arm asm on 64bit arm master
authorJan Palus <atler@pld-linux.org>
Tue, 5 May 2020 11:13:19 +0000 (13:13 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 5 May 2020 11:13:19 +0000 (13:13 +0200)
beecrypt-armv8.patch [new file with mode: 0644]
beecrypt.spec

diff --git a/beecrypt-armv8.patch b/beecrypt-armv8.patch
new file mode 100644 (file)
index 0000000..9a6776b
--- /dev/null
@@ -0,0 +1,11 @@
+--- beecrypt-4.2.1/configure.ac.orig   2020-05-05 12:29:19.553508341 +0200
++++ beecrypt-4.2.1/configure.ac        2020-05-05 13:08:26.637640840 +0200
+@@ -557,6 +557,8 @@
+   alpha*)
+     CPPFLAGS="$CPPFLAGS -DOPTIMIZE_ALPHA"
+     ;;
++  armv8*)
++    ;;
+   arm*)
+     CPPFLAGS="$CPPFLAGS -DOPTIMIZE_ARM"
+     ;;
index 33db1cb27b65066e7c0d24b4bc421b79a5adb3b6..6aee57840cde2baec70239c4fdcfc0a10fc832bd 100644 (file)
@@ -19,6 +19,7 @@ Source0:      http://dl.sourceforge.net/project/beecrypt/beecrypt/%{version}/%{name}-
 # Source0-md5: 8441c014170823f2dff97e33df55af1e
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-ac_python.patch
+Patch2:                %{name}-armv8.patch
 URL:           http://sourceforge.net/projects/beecrypt/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -142,6 +143,7 @@ bibliotekÄ™ BeeCrytp.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # --with-cplusplus or building (even empty) *.cxx into libbeecrypt
 # makes it (and thus rpm) depending on libstdc++ which is unacceptable
This page took 0.065176 seconds and 4 git commands to generate.