guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: liblinphone: Fix build failure.


From: guix-commits
Subject: branch core-updates updated: gnu: liblinphone: Fix build failure.
Date: Fri, 10 Apr 2020 19:06:57 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new a13b634  gnu: liblinphone: Fix build failure.
a13b634 is described below

commit a13b63453d315899d2f97a0a4bceae3ead0e99d1
Author: Raghav Gururajan <address@hidden>
AuthorDate: Mon Apr 6 00:02:20 2020 -0400

    gnu: liblinphone: Fix build failure.
    
    * gnu/packages/linphone.scm (liblinphone)[arguments]<#:configure-flags]: Add
    -DENABLE_STRICT=NO.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/linphone.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 50d75a4..feb8e26 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]