mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
e2guardian: fix gcc11 compile error
This commit is contained in:
parent
d0460e6b92
commit
9ee64a9f38
@ -41,7 +41,7 @@ endef
|
|||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
INCLUDES="" \
|
INCLUDES="" \
|
||||||
CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \
|
CXXFLAGS="$$$$CXXFLAGS -fno-rtti -std=c++14" \
|
||||||
LIBS="-lpthread"
|
LIBS="-lpthread"
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
Loading…
Reference in New Issue
Block a user