Skip to content

Commit 09a8ad5

Browse files
authored
Revert "feat: allow building with extra args" (#162)
1 parent 845c017 commit 09a8ad5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-apisix-base.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ cd ..
7979
version=${version:-0.0.0}
8080
cc_opt=${cc_opt:-}
8181
ld_opt=${ld_opt:-}
82-
extra_args=${extra_args:-}
8382
luajit_xcflags=${luajit_xcflags:="-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT"}
8483
no_pool_patch=${no_pool_patch:-}
8584

@@ -121,7 +120,6 @@ cd openresty-${or_ver} || exit 1
121120
--with-threads \
122121
--with-compat \
123122
--with-luajit-xcflags="$luajit_xcflags" \
124-
$extra_args \
125123
$no_pool_patch \
126124
-j`nproc`
127125

0 commit comments

Comments
 (0)