gnu: bctoolbox: Update to 5.3.112 and disable mbedtls support.

* gnu/packages/linphone.scm (bctoolbox): Update to 5.3.112.

Change-Id: I87eceb689aeea03236ed64de7aa7f5594c57e1f0
This commit is contained in:
Maxim Cournoyer 2025-09-29 20:40:53 +09:00
parent 2e4d3b400f
commit 80aa5014ab
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -125,7 +125,7 @@ writing, administering, and running unit tests in C.")
(define-public bctoolbox
(package
(name "bctoolbox")
(version "5.3.57")
(version "5.3.112")
(source
(origin
(method git-fetch)
@ -134,12 +134,14 @@ writing, administering, and running unit tests in C.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "178axy7gmmi6fzjbz7aaawcx0qg50i4hnn7ab6w642b02vxfr386"))))
(base32 "1bmn3q318wfwnpv017sa1qgffb4bm8lfhm9xaa345fpp5ws2h4an"))))
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
(list
#:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON"
#:configure-flags
#~(list
"-DBUILD_SHARED_LIBS=ON"
;; Do not use -Werror, because due to skipping
;; a test there are unused procedures.
"-DENABLE_STRICT=OFF")