aboutsummaryrefslogtreecommitdiffstats
path: root/community/anytun/fix-werror-compile-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/anytun/fix-werror-compile-flags.patch')
-rw-r--r--community/anytun/fix-werror-compile-flags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/anytun/fix-werror-compile-flags.patch b/community/anytun/fix-werror-compile-flags.patch
index 919a74b24e3..5720a7d115d 100644
--- a/community/anytun/fix-werror-compile-flags.patch
+++ b/community/anytun/fix-werror-compile-flags.patch
@@ -8,7 +8,7 @@ index 65a0c74..357628e 100755
if [ $USE_CLANG -eq 0 ]; then
- CXXFLAGS='-g -Wall -Werror -Wno-error=unused-variable -O2'
- LDFLAGS='-g -Wall -Werror -O2'
-+ CXXFLAGS='-g -Wall -Wno-error=unused-variable -O2'
++ CXXFLAGS='-g -Wall -Wno-error=unused-variable -O2 -DBOOST_SYSTEM_ENABLE_DEPRECATED'
+ LDFLAGS='-g -Wall -O2'
COMPILER='g++'
else