GCC 10 patch.

epel9
Gwyn Ciesla 5 years ago
parent c66e66a806
commit 5bd72275e6

@ -0,0 +1,11 @@
diff -Nrup lib/libfilezilla/apply.hpp lib/libfilezilla/apply.hpp
--- lib/libfilezilla/apply.hpp 2015-11-02 06:47:31.000000000 -0700
+++ lib/libfilezilla/apply.hpp 2019-09-23 09:35:06.438758927 -0600
@@ -1,6 +1,7 @@
#ifndef LIBFILEZILLA_APPLY_HEADER
#define LIBFILEZILLA_APPLY_HEADER
+#include <cstddef>
#include <utility>
#include <tuple>
#include <type_traits>

@ -1,11 +1,12 @@
Name: libfilezilla
Version: 0.18.2
Release: 1%{?dist}
Release: 2%{?dist}
URL: https://lib.filezilla-project.org/
Summary: C++ Library for FileZilla
License: GPLv2+
Source0: https://download.filezilla-project.org/%{name}/%{name}-%{version}.tar.bz2
Patch0: include.patch
BuildRequires: gcc-c++
BuildRequires: gettext
@ -27,7 +28,7 @@ functionality to build high-performing, platform-independent programs.
This package contains files needed to compile code using libfilezilla.
%prep
%autosetup
%autosetup -p0
%build
%configure --disable-static
@ -53,6 +54,9 @@ This package contains files needed to compile code using libfilezilla.
%{_libdir}/pkgconfig/libfilezilla.pc
%changelog
* Mon Sep 23 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.18.2-2
- GCC 10 patch, https://trac.filezilla-project.org/ticket/12000
* Mon Sep 16 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.18.2-1
- 0.18.2

Loading…
Cancel
Save