Chromium Code Reviews| Index: ports/gzip/build.sh |
| diff --git a/ports/gzip/build.sh b/ports/gzip/build.sh |
| index e45fb723a33865a4fe18cc793e2cb8d63a785168..e1a9182112a17bc8ac832f0018e924a5d591bbd5 100644 |
| --- a/ports/gzip/build.sh |
| +++ b/ports/gzip/build.sh |
| @@ -6,8 +6,7 @@ EXECUTABLES=gzip${NACL_EXEEXT} |
| ConfigureStep() { |
| EnableGlibcCompat |
| - NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main" |
| - NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}" |
| + EnableCliMain |
| export gzip_cv_assembler=no |
| export gl_cv_header_wchar_h_correct_inline=yes |