[packages/FileZilla] - droping disable-avx-on-i686.patch
mrozowik
mrozowik at pld-linux.org
Thu Apr 16 13:34:48 CEST 2026
commit 0dd8301089ac33e9cdc3cb53ff8691984d79e3de
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Thu Apr 16 11:34:34 2026 +0000
- droping disable-avx-on-i686.patch
FileZilla.spec | 2 --
disable-avx-on-i686.patch | 25 -------------------------
2 files changed, 27 deletions(-)
---
diff --git a/FileZilla.spec b/FileZilla.spec
index e1a1cb4..b166bee 100644
--- a/FileZilla.spec
+++ b/FileZilla.spec
@@ -17,7 +17,6 @@ Group: X11/Applications/Networking
Source0: %{name}_%{version}_src.tar.xz
# Source0-md5: 52df939e5a706296d6936b80558aebf6
Patch0: %{name}-desktop.patch
-Patch1: disable-avx-on-i686.patch
URL: https://filezilla-project.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake >= 1.6
@@ -61,7 +60,6 @@ opcjami oraz intuicyjnym interfejsem.
%prep
%setup -q -n filezilla-%{version}
%patch -P0 -p1
-#patch -P1 -p1
cd locales
%{__mv} bg{_BG,}.po
diff --git a/disable-avx-on-i686.patch b/disable-avx-on-i686.patch
deleted file mode 100644
index 8139259..0000000
--- a/disable-avx-on-i686.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- filezilla-3.60.1/src/putty/sshsh256.c
-+++ filezilla-3.60.1/src/putty/sshsh256.c
-@@ -22,8 +22,7 @@
- # define HW_SHA256 HW_SHA256_NI
- # endif
- #elif defined(__GNUC__)
--# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \
-- (defined(__x86_64__) || defined(__i386))
-+# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && defined(__x86_64__)
- # define HW_SHA256 HW_SHA256_NI
- # endif
- #elif defined (_MSC_VER)
---- filezilla-3.60.1/src/putty/sshsha.c
-+++ filezilla-3.60.1/src/putty/sshsha.c
-@@ -22,8 +22,7 @@
- # define HW_SHA1 HW_SHA1_NI
- # endif
- #elif defined(__GNUC__)
--# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \
-- (defined(__x86_64__) || defined(__i386))
-+# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && defined(__x86_64__)
- # define HW_SHA1 HW_SHA1_NI
- # endif
- #elif defined (_MSC_VER)
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/FileZilla.git/commitdiff/0dd8301089ac33e9cdc3cb53ff8691984d79e3de
More information about the pld-cvs-commit
mailing list