Skip to content

Instantly share code, notes, and snippets.

@stackprogramer
Created May 7, 2018 02:43
Show Gist options
  • Save stackprogramer/c178d3c40d9fb106514054abe5e1e5ff to your computer and use it in GitHub Desktop.
Save stackprogramer/c178d3c40d9fb106514054abe5e1e5ff to your computer and use it in GitHub Desktop.
specify some inlcude and lib directory for compiler and linker
env CPPFLAGS='-I/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/include' LDFLAGS='-L/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/lib' ../configure
--with-openssl-includes=/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/include --with-openssl-libraries=/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment