mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
099c040870 | |||
d33c4824f6 |
494
t/sanity.t
494
t/sanity.t
File diff suppressed because it is too large
Load Diff
4
util/configure
vendored
4
util/configure
vendored
@ -313,7 +313,9 @@ sub build_resty_opts {
|
||||
# no gmake found
|
||||
|
||||
if ($platform =~ /bsd/i) {
|
||||
die "error: you need to install gmake (Gnu make) to build LuaJIT.\n";
|
||||
die "error: I cannot find \"gmake\" (Gnu make) in your PATH ".
|
||||
"envirnonment. You can also specify your make by the ".
|
||||
"--with-make=PATH option\n";
|
||||
}
|
||||
|
||||
if (can_run("make")) {
|
||||
|
@ -100,7 +100,7 @@ mv agentzh-headers-more-nginx-module-* headers-more-nginx-module-$ver || exit 1
|
||||
|
||||
#################################
|
||||
|
||||
ver=0.1.2rc3
|
||||
ver=0.1.2rc4
|
||||
$root/util/get-tarball "http://github.com/chaoslawful/drizzle-nginx-module/tarball/v$ver" -O drizzle-nginx-module-$ver.tar.gz || exit 1
|
||||
tar -xzf drizzle-nginx-module-$ver.tar.gz || exit 1
|
||||
mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
|
||||
|
Reference in New Issue
Block a user