Created
August 22, 2010 18:34
-
-
Save edwardgeorge/544112 to your computer and use it in GitHub Desktop.
fix for macfuse installation on snow leopard if you're encountering Input/Output errors.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/local/lib/pkgconfig/fuse.pc | |
+++ /usr/local/lib/pkgconfig/fuse.pc | |
@@ -6,5 +6,5 @@ | |
Name: fuse | |
Description: File System in User Space (MacFUSE) | |
Version: 2.7.3 | |
-Libs: -L${libdir} -lfuse -pthread -liconv | |
+Libs: -L${libdir} -lfuse_ino64 -pthread -liconv | |
Cflags: -I${includedir}/fuse -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment