mirror of
https://github.com/openresty/openresty
synced 2024-11-14 08:45:50 +01:00
now we bundle and enable by default the new lua-resty-dns library.
This commit is contained in:
parent
65237ea02f
commit
01a7c536a3
3
util/configure
vendored
3
util/configure
vendored
@ -776,7 +776,7 @@ _EOC_
|
|||||||
"\$(MAKE) install$extra_opts";
|
"\$(MAKE) install$extra_opts";
|
||||||
}
|
}
|
||||||
|
|
||||||
for my $key (qw(memcached redis mysql string upload)) {
|
for my $key (qw(dns memcached redis mysql string upload)) {
|
||||||
unless ($opts->{"no_lua_resty_$key"}) {
|
unless ($opts->{"no_lua_resty_$key"}) {
|
||||||
my $name = "lua-resty-$key";
|
my $name = "lua-resty-$key";
|
||||||
my $dir = auto_complete $name;
|
my $dir = auto_complete $name;
|
||||||
@ -891,6 +891,7 @@ _EOC_
|
|||||||
--without-lua_cjson disable the lua-cjson library
|
--without-lua_cjson disable the lua-cjson library
|
||||||
--without-lua_redis_parser disable the lua-redis-parser library
|
--without-lua_redis_parser disable the lua-redis-parser library
|
||||||
--without-lua_rds_parser disable the lua-rds-parser library
|
--without-lua_rds_parser disable the lua-rds-parser library
|
||||||
|
--without-lua_resty_dns disable the lua-resty-dns library
|
||||||
--without-lua_resty_memcached disable the lua-resty-memcached library
|
--without-lua_resty_memcached disable the lua-resty-memcached library
|
||||||
--without-lua_resty_redis disable the lua-resty-redis library
|
--without-lua_resty_redis disable the lua-resty-redis library
|
||||||
--without-lua_resty_mysql disable the lua-resty-mysql library
|
--without-lua_resty_mysql disable the lua-resty-mysql library
|
||||||
|
@ -308,6 +308,13 @@ mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1
|
|||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
|
ver=0.04
|
||||||
|
$root/util/get-tarball "http://github.com/agentzh/lua-resty-dns/tarball/v$ver" -O "lua-resty-dns-$ver.tar.gz" || exit 1
|
||||||
|
tar -xzf lua-resty-dns-$ver.tar.gz || exit 1
|
||||||
|
mv agentzh-lua-resty-dns-* lua-resty-dns-$ver || exit 1
|
||||||
|
|
||||||
|
#################################
|
||||||
|
|
||||||
ver=0.07
|
ver=0.07
|
||||||
$root/util/get-tarball "http://github.com/agentzh/lua-resty-memcached/tarball/v$ver" -O "lua-resty-memcached-$ver.tar.gz" || exit 1
|
$root/util/get-tarball "http://github.com/agentzh/lua-resty-memcached/tarball/v$ver" -O "lua-resty-memcached-$ver.tar.gz" || exit 1
|
||||||
tar -xzf lua-resty-memcached-$ver.tar.gz || exit 1
|
tar -xzf lua-resty-memcached-$ver.tar.gz || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user