1 Star 2 Fork 1

zhangsongfu/graphicsmagick_nginx_module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangsongfu 提交于 2012-07-31 14:36 . later modify init
ngx_feature="GraphicsMagick"
ngx_feature_name=GraphicsMagick
ngx_feature_run=no
ngx_feature_incs="#include <magick/api.h>"
ngx_feature_path="/usr/local/GraphicsMagick/include/GraphicsMagick"
ngx_feature_libs=-lGraphicsMagick
ngx_feature_test="GetMagickCopyright()"
. auto/feature
if [ $ngx_found = yes ]; then
ngx_addon_name=ngx_http_graphicsmagick_module
HTTP_MODULES="$HTTP_MODULES ngx_http_graphicsmagick_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_graphicsmagick_module.c"
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
CORE_INCS="$CORE_INCS $ngx_feature_path"
else
cat << END
$0: error: the GraphicsMagick addon requires the GraphicsMagick library.
END
exit 1
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/dandingboshi/graphicsmagick_nginx_module.git
git@gitee.com:dandingboshi/graphicsmagick_nginx_module.git
dandingboshi
graphicsmagick_nginx_module
graphicsmagick_nginx_module
master

搜索帮助