TSG-9545 给ctemplate打patch, 使其可以在CentOS8下使用GCC7编译
This commit is contained in:
10
vendor/patch/compile_ctemplate_use_centos8_with_gcc7.patch
vendored
Normal file
10
vendor/patch/compile_ctemplate_use_centos8_with_gcc7.patch
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
diff --git a/src/htmlparser/generate_fsm.py b/src/htmlparser/generate_fsm.py
|
||||
index 9106b96..3f1e535 100755
|
||||
--- a/src/htmlparser/generate_fsm.py
|
||||
+++ b/src/htmlparser/generate_fsm.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright (c) 2008, Google Inc.
|
||||
# All rights reserved.
|
||||
Reference in New Issue
Block a user