1 Star 0 Fork 14

wk333/uwsgi

forked from src-openEuler/uwsgi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uwsgi_v8-314_compatibility.patch 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff -Naurp a/plugins/v8/uwsgiplugin.py b/plugins/v8/uwsgiplugin.py
--- a/plugins/v8/uwsgiplugin.py 2016-05-12 12:37:49.000000000 -0500
+++ b/plugins/v8/uwsgiplugin.py 2016-08-01 22:56:50.969785338 -0500
@@ -1,7 +1,7 @@
import os
NAME='v8'
-CFLAGS = ['-Wno-deprecated-declarations']
+CFLAGS = ['-Wno-deprecated-declarations', '-I/usr/include/v8-3.14']
LDFLAGS = []
LIBS = ['-lstdc++', '-lv8']
engine = os.environ.get('UWSGICONFIG_V8_ENGINE', '')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wk333/uwsgi.git
[email protected]:wk333/uwsgi.git
wk333
uwsgi
uwsgi
master

搜索帮助