0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/vars/vars-linux-dbg
James Yonan 1c95639063 Build linux dependencies with LIB_FPIC="-fPIC" so that they can
be linked into Java native module (i.e. libovpncli.so).
2014-08-29 23:27:09 -06:00

9 lines
291 B
Plaintext

export JAVA_DIR=/usr/lib/jvm/java-7-openjdk-amd64
[ -z "$DEP_DIR" ] && export DEP_DIR=$HOME/linux
export PLATFORM=linux
export DEBUG_BUILD=1
export OTHER_COMPILER_FLAGS="-g -Wno-unused-local-typedefs"
export CXX_COMPILER_FLAGS="-std=c++11"
export LIB_OPT_LEVEL="-O0"
export LIB_FPIC="-fPIC"