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:
Ashish SHUKLA 2025-07-18 22:45:57 +00:00 committed by Sharlatan Hellseher
parent 366d3e5f5a
commit aaceaf73a0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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