forked from lix-project/lix
Fix building with Clang
This commit is contained in:
parent
4b0a720ddf
commit
3f0a4bf0e7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue