mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
fixed a regression when enabling luajit in 1.0.4.1rc5. thanks @Lance. released ngx_openresty 1.0.4.1rc6.
This commit is contained in:
parent
177e1bfcdf
commit
4004360b4c
2
util/configure
vendored
2
util/configure
vendored
@ -324,7 +324,7 @@ sub build_resty_opts {
|
||||
|
||||
cd $luajit_src;
|
||||
|
||||
my $extra_opts = ' TARGET_STRIP=';
|
||||
my $extra_opts = ' TARGET_STRIP=@:';
|
||||
|
||||
if ($opts->{debug}) {
|
||||
$extra_opts = ' CCDEBUG=-g Q=';
|
||||
|
2
util/ver
2
util/ver
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
main_ver=1.0.4
|
||||
minor_ver=1rc5
|
||||
minor_ver=1rc6
|
||||
version=$main_ver.$minor_ver
|
||||
echo $version
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user