diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-23T10·00+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-23T10·00+0200 |
commit | 3f0a4bf0e7254edddaa864d23893d98da23c2977 (patch) | |
tree | bf8c61f938f5a0e8351daf6f10bc9f0307f75125 /perl | |
parent | 4b0a720ddf05ba03c7ea94dc38bd5ec0ab1285dd (diff) |
Fix building with Clang
Diffstat (limited to 'perl')
-rw-r--r-- | perl/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |