Last active
November 27, 2017 08:40
-
-
Save uryossa/dcf94d3c937e7d8ba86e3b7f5d508f9b to your computer and use it in GitHub Desktop.
homebrew curlftpfs with newer libcurl
This file contains hidden or 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
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