me
/
guix
Archived
1
0
Fork 0

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
Raghav Gururajan 2020-04-06 00:02:20 -04:00 committed by Danny Milosavljevic
parent e85d4cecbe
commit a13b63453d
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 1 deletions

View File

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