From efee27f6484d4c3f81844c323e2456e302b1b63b Mon Sep 17 00:00:00 2001 From: areq Date: Sun, 1 Mar 2009 19:59:48 +0000 Subject: [PATCH] - arg_max.patch - Use sysconf to get ARG_MAX instead of a macro Changed files: ftp.spec -> 1.60 --- ftp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ftp.spec b/ftp.spec index 8ee4322..dc131d8 100644 --- a/ftp.spec +++ b/ftp.spec @@ -9,7 +9,7 @@ Summary(tr.UTF-8): Standart UN*X FTP istemcisi Summary(uk.UTF-8): Стандартний FTP (file transfer protocol) клієнт Unix Name: ftp Version: 0.17 -Release: 26 +Release: 27 License: BSD Group: Applications/Networking Source0: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz @@ -22,6 +22,7 @@ Patch0: netkit-%{name}-macro-quit.patch Patch1: netkit-%{name}-acct.patch Patch2: netkit-%{name}-usagi-ipv6.patch Patch3: netkit-%{name}-input_line.patch +Patch4: netkit-%{name}-arg_max.patch BuildRequires: readline-devel >= 4.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: inetutils-ftp @@ -101,6 +102,7 @@ pasywnym. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build CFLAGS="%{rpmcflags}" \ -- 2.43.0