guix-commits
[Top][All Lists]
Advanced

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

160/376: Fix building with Clang


From: Ludovic Courtès
Subject: 160/376: Fix building with Clang
Date: Wed, 28 Jan 2015 22:04:44 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 3f0a4bf0e7254edddaa864d23893d98da23c2977
Author: Eelco Dolstra <address@hidden>
Date:   Sat Aug 23 12:00:46 2014 +0200

    Fix building with Clang
---
 perl/local.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/perl/local.mk b/perl/local.mk
index 564683d..8e5d72a 100644
--- a/perl/local.mk
+++ b/perl/local.mk
@@ -27,7 +27,7 @@ ifeq ($(perlbindings), yes)
 
   Store_CXXFLAGS = \
     -I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \
-    -D_FILE_OFFSET_BITS=64 -Wno-unused-variable -Wno-literal-suffix
+    -D_FILE_OFFSET_BITS=64 -Wno-unused-variable -Wno-literal-suffix 
-Wno-reserved-user-defined-literal
 
   Store_ALLOW_UNDEFINED = 1
 



reply via email to

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