mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2e4d3b400f
commit
80aa5014ab
1 changed files with 10 additions and 8 deletions
|
@ -125,24 +125,26 @@ writing, administering, and running unit tests in C.")
|
||||||
(define-public bctoolbox
|
(define-public bctoolbox
|
||||||
(package
|
(package
|
||||||
(name "bctoolbox")
|
(name "bctoolbox")
|
||||||
(version "5.3.57")
|
(version "5.3.112")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.linphone.org/BC/public/bctoolbox.git")
|
(url "https://gitlab.linphone.org/BC/public/bctoolbox.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "178axy7gmmi6fzjbz7aaawcx0qg50i4hnn7ab6w642b02vxfr386"))))
|
(base32 "1bmn3q318wfwnpv017sa1qgffb4bm8lfhm9xaa345fpp5ws2h4an"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON"
|
#:configure-flags
|
||||||
;; Do not use -Werror, because due to skipping
|
#~(list
|
||||||
;; a test there are unused procedures.
|
"-DBUILD_SHARED_LIBS=ON"
|
||||||
"-DENABLE_STRICT=OFF")
|
;; Do not use -Werror, because due to skipping
|
||||||
|
;; a test there are unused procedures.
|
||||||
|
"-DENABLE_STRICT=OFF")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-cmake
|
(add-after 'unpack 'patch-cmake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue