Skip to content

Instantly share code, notes, and snippets.

@codebrane
Created June 8, 2013 06:15
Show Gist options
  • Save codebrane/5734245 to your computer and use it in GitHub Desktop.
Save codebrane/5734245 to your computer and use it in GitHub Desktop.
compile lftp
export CXXFLAGS="-O0 -Wall -fno-exceptions -fno-rtti -fno-implement-inlines"
export LDFLAGS="-Xlinker -search_paths_first -L/Users/alistair/apps/readline-6.2/lib"
export CPPFLAGS="-I/Users/alistair/apps/readline-6.2/include"
./configure --prefix=/Users/alistair/apps/lftp-4.4.8 \
--with-openssl \
--disable-shared \
--disable-nls
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment