mirror of
https://github.com/znc/znc.git
synced 2026-07-05 09:21:31 +02:00
Fix build on cygwin after switch to -std=c++11
This commit is contained in:
@@ -8,7 +8,7 @@ PERL_LD := $(shell $(PERL) -MExtUtils::Embed -e ldopts)
|
||||
PERL_CXX += -Wno-write-strings -Wno-redundant-decls -Wno-missing-declarations
|
||||
PERL_CXX += -Wno-type-limits -Wno-sign-compare -Wno-strict-overflow -Wno-unused-value
|
||||
# perl 5.20 will fix this warning: https://rt.perl.org/Public/Bug/Display.html?id=120670
|
||||
PERL_CXX += -Wno-reserved-user-defined-literal
|
||||
PERL_CXX += -Wno-reserved-user-defined-literal -Wno-literal-suffix
|
||||
# This is for SWIG
|
||||
PERL_CXX += -DSWIG_TYPE_TABLE=znc
|
||||
PERLCEXT_EXT := $(shell $(PERL) -MConfig -e'print $$Config::Config{dlext}')
|
||||
|
||||
Reference in New Issue
Block a user