forked from pool/rsync
Accepting request 1199223 from network
OBS-URL: https://build.opensuse.org/request/show/1199223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=90
This commit is contained in:
commit
c9ad0a9c05
13
rsync-gcc14.patch
Normal file
13
rsync-gcc14.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: rsync-3.3.0/configure.ac
|
||||
===================================================================
|
||||
--- rsync-3.3.0.orig/configure.ac
|
||||
+++ rsync-3.3.0/configure.ac
|
||||
@@ -412,7 +412,7 @@ AS_HELP_STRING([--disable-ipv6],[disable
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
-main()
|
||||
+int main(void)
|
||||
{
|
||||
if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
|
||||
exit(1);
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 12:23:31 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- rsync-gcc14.patch: fixed the ipv6 configure check (bsc#1230156)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 09:41:28 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -55,6 +55,7 @@ Source11: https://rsync.samba.org/ftp/rsync/src/rsync-patches-%{version}.t
|
||||
Source12: %{name}.keyring
|
||||
Source13: rsyncd
|
||||
Patch0: rsync-no-libattr.patch
|
||||
Patch1: rsync-gcc14.patch
|
||||
Patch2: rsync-usr-etc.patch
|
||||
Patch3: rsync-run-dir.patch
|
||||
BuildRequires: autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user