From 3f0a4bf0e7254edddaa864d23893d98da23c2977 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Aug 2014 12:00:46 +0200 Subject: Fix building with Clang --- perl/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl') diff --git a/perl/local.mk b/perl/local.mk index 564683dffee2..8e5d72a87cd2 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 -- cgit 1.4.1