gnu: liblinphone: Fix build failure.
* gnu/packages/linphone.scm (liblinphone)[arguments]<#:configure-flags]: Add -DENABLE_STRICT=NO. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
e85d4cecbe
commit
a13b63453d
|
@ -427,7 +427,8 @@ decoding, and rendering.")
|
|||
(string-append (assoc-ref %build-inputs "glib")
|
||||
"/lib/glib-2.0/include"))
|
||||
"-DENABLE_STATIC=NO" ; Not required
|
||||
"-DENABLE_GTK_UI=YES") ; For Legacy UI
|
||||
"-DENABLE_STRICT=NO"
|
||||
"-DENABLE_GTK_UI=YES") ; for legacy UI
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch
|
||||
|
|
Reference in New Issue