2 Star 0 Fork 0

mirrors_nginx/njs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configure 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Dmitry Volyntsev 提交于 2024-05-01 17:31 . QuickJS: added zlib module.
#!/bin/sh
# Copyright (C) Igor Sysoev
# Copyright (C) NGINX, Inc.
# Disable localized program messages.
LC_ALL=C
export LC_ALL
# Stop on error exit status.
set -e
# Stop on uninitialized variable.
set -u
. auto/init
. auto/options
NJS_AUTOTEST=$NJS_BUILD_DIR/autotest
NJS_AUTOCONF_ERR=$NJS_BUILD_DIR/autoconf.err
NJS_AUTO_CONFIG_H=$NJS_BUILD_DIR/njs_auto_config.h
NJS_MAKEFILE=$NJS_BUILD_DIR/Makefile
NJS_LIB_INCS="src external $NJS_BUILD_DIR"
test -d $NJS_BUILD_DIR || mkdir $NJS_BUILD_DIR
> $NJS_AUTOCONF_ERR
cat << END > $NJS_AUTO_CONFIG_H
/* This file is auto-generated by configure */
END
NJS_LIBS="$NJS_LIBRT"
NJS_LIB_AUX_CFLAGS=
NJS_LIB_AUX_LIBS=
. auto/os
. auto/cc
. auto/types
. auto/endianness
. auto/clang
. auto/time
. auto/memalign
. auto/getrandom
. auto/stat
. auto/computed_goto
. auto/explicit_bzero
. auto/pcre
. auto/readline
. auto/quickjs
. auto/openssl
. auto/libxml2
. auto/zlib
. auto/libbfd
. auto/link
. auto/sources
. auto/modules
. auto/qjs_modules
. auto/make
. auto/expect
. auto/summary
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_nginx/njs.git
git@gitee.com:mirrors_nginx/njs.git
mirrors_nginx
njs
njs
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385