| Index: ports/gawk/build.sh
|
| diff --git a/ports/gawk/build.sh b/ports/gawk/build.sh
|
| index 0cfab9cef0f3c2819281a83412157e3f7d98d3ce..96be38ee211214dee692603b86bdcf3e571059b5 100644
|
| --- a/ports/gawk/build.sh
|
| +++ b/ports/gawk/build.sh
|
| @@ -3,18 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| # getopt.c and getopt1.c have been commented for build
|
| -NACLPORTS_CFLAGS+=" -Dmain=nacl_main"
|
| if [ ${TOOLCHAIN} != "glibc" ]; then
|
| NACLPORTS_CFLAGS+=" -D__GNU_LIBRARY__ "
|
| fi
|
|
|
| -NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
|
| -
|
| -#BuildStep() {
|
| - # SetupCrossEnvironment
|
| - # including readline because it is not linked by itself
|
| - # ncurses also has to be linked otherwise multiple
|
| - # undefined errors appear in linking readline
|
| - #LogExecute make -j${OS_JOBS} \
|
| - #LIBREADLINE="-lreadline -lncurses" gawk${NACL_EXEEXT}
|
| -#}
|
| +EnableCliMain
|
|
|