mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8778183fe6
commit
447456be01
1 changed files with 3 additions and 3 deletions
|
@ -398,7 +398,7 @@ such as conferencing.")
|
|||
(define-public ortp
|
||||
(package
|
||||
(name "ortp")
|
||||
(version "5.2.49")
|
||||
(version "5.3.57")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -407,14 +407,14 @@ such as conferencing.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5"))))
|
||||
(base32 "1bl3ig1xbxprcdid9i8bnl433x4crxqnj30x5lxiy9ka79b8s8r6"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "tester"
|
||||
"doc")) ;1.5 MiB of HTML doc
|
||||
(arguments
|
||||
(list
|
||||
#: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_TESTS=YES"
|
||||
;; fix build error with GCC 14.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue