From fb27f813f359bdb82bf7184dc41caa95c34f8107 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 29 Dec 2021 09:17:37 -0500 Subject: [PATCH] Compile rsync with ZLIB_BASE (#286) --- build/profiles/freenas/ports-system.pyd | 1 + 1 file changed, 1 insertion(+) diff --git a/build/profiles/freenas/ports-system.pyd b/build/profiles/freenas/ports-system.pyd index 7efde86..73514c2 100644 --- a/build/profiles/freenas/ports-system.pyd +++ b/build/profiles/freenas/ports-system.pyd @@ -104,6 +104,7 @@ ports += { "options": [ "OPTIONS_FILE_SET+=ACL", "OPTIONS_FILE_SET+=ICONV", + "OPTIONS_FILE_SET+=ZLIB_BASE", "OPTIONS_FILE_UNSET+=FLAGS" ] }