gnu: ortp: Update to 5.3.57.

* gnu/packages/linphone.scm (ortp): Update to 5.3.57.
[configure-flags]: Replace -DENABLE_STATIC=OFF with -DBUILD_SHARED_LIBS=ON.

Change-Id: I8aeb5660356f31ab464b74e113cbb47f19c3c464
This commit is contained in:
Maxim Cournoyer 2024-06-08 23:34:46 -04:00 committed by Maxim Cournoyer
parent 8778183fe6
commit 447456be01
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -398,7 +398,7 @@ such as conferencing.")
(define-public ortp (define-public ortp
(package (package
(name "ortp") (name "ortp")
(version "5.2.49") (version "5.3.57")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -407,14 +407,14 @@ such as conferencing.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5")))) (base32 "1bl3ig1xbxprcdid9i8bnl433x4crxqnj30x5lxiy9ka79b8s8r6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" "tester" (outputs '("out" "tester"
"doc")) ;1.5 MiB of HTML doc "doc")) ;1.5 MiB of HTML doc
(arguments (arguments
(list (list
#:tests? #f ;requires networking #:tests? #f ;requires networking
#:configure-flags '(list "-DENABLE_STATIC=NO" #:configure-flags '(list "-DBUILD_SHARED_LIBS=ON"
"-DENABLE_DOC=NO" ;XXX: missing link for b64 "-DENABLE_DOC=NO" ;XXX: missing link for b64
"-DENABLE_TESTS=YES" "-DENABLE_TESTS=YES"
;; fix build error with GCC 14. ;; fix build error with GCC 14.