prepare.py: do not turn off GPL third parties when tunnel is enabled

parent 1562978e
......@@ -205,8 +205,7 @@ def main(argv=None):
"-DENABLE_SRTP=NO",
"-DENABLE_VPX=NO",
"-DENABLE_WASAPI=NO",
"-DENABLE_ZRTP=NO",
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.10"] + additional_args
"-DENABLE_ZRTP=NO"] + additional_args
if check_tools() != 0:
return 1
......@@ -219,8 +218,8 @@ def main(argv=None):
if p.retcode != 0:
print("Could not clone tunnel. Please see http://www.belledonne-communications.com/voiptunnel.html")
return 1
print("Tunnel enabled, disabling GPL third parties.")
additional_args += ["-DENABLE_TUNNEL=ON", "-DENABLE_GPL_THIRD_PARTIES=OFF"]
print("Tunnel enabled.")
additional_args += ["-DENABLE_TUNNEL=ON"]
# install_git_hook()
......
belle-sip @ df8d4f2e
Subproject commit c93a01615811bccdcfbc65aad7247babd1356d72
Subproject commit df8d4f2e29d1ecccae2cbc35954cc4d1a7715c8b
cmake-builder @ ebb7eb47
Subproject commit a412dc2e7d4b0267dce577efb7e8f5e3048d111e
Subproject commit ebb7eb472c94afc49759ffb7eb87914032086226
linphone @ aadad2dd
Subproject commit ce30644995afb1998eaa9e4dcc6f6b747292d25b
Subproject commit aadad2dde368c7b2e7b8ee7c6ee7ed6403c11567
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment