]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
added apple silicon path details master
authorvincent sgherzi <sgherzivincent@gmail.com>
Fri, 19 Apr 2024 07:54:13 +0000 (00:54 -0700)
committerAndrew Tridgell <andrew@tridgell.net>
Wed, 29 May 2024 01:19:19 +0000 (11:19 +1000)
INSTALL.md

index 8ef574a543cd62da8b2c699e1c08caf8824cb68f..19d39054592ee617231062eea7bfbc64e99ce723 100644 (file)
@@ -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