Friday, May 27, 2016

Set environment variables during configure

See AkiRoss's post in
http://stackoverflow.com/questions/2537271/compile-openssl-with-the-shared-option
 
Example, set CFLAGS
CFLAGS=-fPIC ./config shared --prefix=/your/path

No comments: