Skip to content

Instantly share code, notes, and snippets.

@uryossa
Last active November 27, 2017 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uryossa/dcf94d3c937e7d8ba86e3b7f5d508f9b to your computer and use it in GitHub Desktop.
Save uryossa/dcf94d3c937e7d8ba86e3b7f5d508f9b to your computer and use it in GitHub Desktop.
homebrew curlftpfs with newer libcurl
brew install curlftpfs
vim /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/curlftpfs.rb
————————————————————————————————————————————————————————————————————————————————
depends_on "curl" => :build
————————————————————————————————————————————————————————————————————————————————
ENV.append "CPPFLAGS", "-D__off_t=off_t -I/usr/local/opt/curl/include"
ENV.append "LDFLAGS", "-L/usr/local/opt/curl/lib"
――――――――――――――――————————————————————————————————————————————————————————————————
brew reinstall --build-from-source curlftpfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment