mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ortp: Fix build with GCC 14.
* gnu/packages/linphone.scm (ortp)[#:configure-flags]: Add flag to ignore warning. Change-Id: Ib462103a271536ad5cfaa26d2f6a33abcbb97516 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
366d3e5f5a
commit
aaceaf73a0
1 changed files with 3 additions and 1 deletions
|
@ -422,7 +422,9 @@ such as conferencing.")
|
|||
#:tests? #f ;requires networking
|
||||
#:configure-flags '(list "-DENABLE_STATIC=NO"
|
||||
"-DENABLE_DOC=NO" ;XXX: missing link for b64
|
||||
"-DENABLE_TESTS=YES")
|
||||
"-DENABLE_TESTS=YES"
|
||||
;; fix build error with GCC 14.
|
||||
"-DCMAKE_C_FLAGS=-Wno-incompatible-pointer-types")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-version-strings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue