linphone: disable automatic update check (#503473)
This commit is contained in:
@@ -123,6 +123,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# used in Linphone's CMakeLists.txt
|
||||
"-DLINPHONEAPP_VERSION=${finalAttrs.version}"
|
||||
|
||||
# Disable update check
|
||||
"-DENABLE_UPDATE_CHECK=OFF"
|
||||
];
|
||||
|
||||
# error: invalid conversion from 'int' to 'const char*'
|
||||
|
||||
Reference in New Issue
Block a user