0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/vars-linux
James Yonan 58efad3b74 Updated linux scripts to work with latest core and library
organization.

Added scripts under scripts/linux for building dependent
libraries.

Added test/ovpncli/cli.cpp to provide a command line client that
exercises ovpncli.hpp API and can be built via build script.
2012-09-09 23:10:20 +00:00

9 lines
227 B
Plaintext

export JAVA_DIR=/usr/lib/jvm/java-7-openjdk-amd64
export DEP_DIR=$HOME/linux
export PLATFORM=linux
export LIB_OPT_LEVEL="-O3"
export LIB_FPIC=""
export OTHER_COMPILER_FLAGS=""
export LIB_OPT_LEVEL="-O3"
export LIB_FPIC="-fPIC"