about summary refs log tree commit diff
path: root/perl/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'perl/local.mk')
-rw-r--r--perl/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/local.mk b/perl/local.mk
index 564683dffe..8e5d72a87c 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