From: vincent sgherzi Date: Fri, 19 Apr 2024 07:54:13 +0000 (-0700) Subject: added apple silicon path details X-Git-Tag: v3.4.0~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9615a2492bbf96bc145e738ebff55bbb91e0bbee;p=thirdparty%2Frsync.git added apple silicon path details --- diff --git a/INSTALL.md b/INSTALL.md index 8ef574a5..19d39054 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -232,6 +232,9 @@ not completely implement the "New Sockets" API. [This site][5] says that Apple started to support IPv6 in 10.2 (Jaguar). If your build fails, try again after running configure with `--disable-ipv6`. +Apple Silicon macs may install packages in a slightly different location and require flags. +CFLAGS="-I /opt/homebrew/include" LDFLAGS="-L /opt/homebrew/lib" + [5]: http://www.ipv6.org/impl/mac.html ## IBM AIX notes