From 4004360b4c9e11fa18d97f0c8ebc450cb89c659e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Thu, 28 Jul 2011 12:11:01 +0800 Subject: [PATCH] fixed a regression when enabling luajit in 1.0.4.1rc5. thanks @Lance. released ngx_openresty 1.0.4.1rc6. --- util/configure | 2 +- util/ver | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util/configure b/util/configure index 587dd79..75f1979 100755 --- a/util/configure +++ b/util/configure @@ -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='; diff --git a/util/ver b/util/ver index 3a9846c..ce52c3d 100755 --- a/util/ver +++ b/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