This commit is contained in:
WolverinDEV
2019-10-26 01:43:10 +02:00
parent 3d979ccf5d
commit 4a2932cdb3
8 changed files with 8 additions and 6 deletions
Submodule
+1
Submodule build-helpers added at 3e59efc291
+1 -1
Submodule client updated: 604ca9c988...53d3814f92
Vendored Submodule
+1
Submodule third_party/CXXTerminal added at d93597ce7e
+1 -1
View File
@@ -29,7 +29,7 @@ check_err_exit ${library_path} "Failed to enter build directory"
if [[ ${build_os_type} == "linux" ]]; then
#Failed to build with BoringSSL, so we using openssl. No ABI stuff should be changed!
# --with-ssl=${library_boringssl}
../../configure --with-libunbound-only --with-libevent=${library_event} --enable-event-api --enable-shared=no --enable-static=yes --with-pthreads --enable-pic --prefix=`pwd`
../../configure --with-libunbound-only --with-libevent=${library_event} --enable-event-api --enable-shared=yes --enable-static=yes --with-pthreads --prefix=`pwd`
check_err_exit ${library_path} "Failed to configure build"
make CXXFLAGS="${CXX_FLAGS}" CFLAGS="${C_FLAGS} -fPIC" ${MAKE_OPTIONS}
check_err_exit ${library_path} "Failed to build"