From 085197e20c5dfff0f300f439e273215bc1120eb7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 20 Jul 2019 10:35:49 +0300 Subject: [PATCH] rsync: build static --- core/rsync/build | 2 ++ core/rsync/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/rsync/build b/core/rsync/build index 53e0d147..6a0ede69 100755 --- a/core/rsync/build +++ b/core/rsync/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export CFLAGS="-static $CFLAGS" + ./configure \ --prefix=/usr \ --with-included-popt diff --git a/core/rsync/version b/core/rsync/version index 99998a17..b803f4d1 100644 --- a/core/rsync/version +++ b/core/rsync/version @@ -1 +1 @@ -3.1.3 1 +3.1.3 2