Changes between Version 6 and Version 7 of BuildingOpenVPN-GUI


Ignore:
Timestamp:
11/25/15 21:27:15 (8 years ago)
Author:
Selva Nair
Comment:

added a fake OPENSSL_CRYPTO_CFLAGS to the configure line to build without libcrypto

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOpenVPN-GUI

    v6 v7  
    2929Replace, $HOME/windows by the location of openssl include and libs. If disabling change-password is ok, run configure as
    3030
    31 {{{$ ./configure --prefix=/ --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --program-prefix='' CFLAGS=-DDISABLE_CHANGE_PASSWORD OPENSSL_CRYPTO_LIBS="-L./"}}}
     31{{{$ ./configure --prefix=/ --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --program-prefix='' CFLAGS=-DDISABLE_CHANGE_PASSWORD OPENSSL_CRYPTO_LIBS="-L./" OPENSSL_CRYPTO_CFLAGS="-I./"}}}
    3232
    3333Then run make: