| Index: ports/tcl/build.sh
|
| diff --git a/ports/tcl/build.sh b/ports/tcl/build.sh
|
| index 902bf5517265322c2e69a677b64be431bd54f4c5..0f227203e124dc098117e8d1606aede33a2f524a 100644
|
| --- a/ports/tcl/build.sh
|
| +++ b/ports/tcl/build.sh
|
| @@ -4,10 +4,6 @@
|
|
|
| NACL_CONFIGURE_PATH=${SRC_DIR}/unix/configure
|
|
|
| -NACLPORTS_CPPFLAGS="-Dmain=nacl_main"
|
| -
|
| -export LIBS="${NACL_CLI_MAIN_LIB}"
|
| -
|
| MAKE_TARGETS="binaries"
|
| INSTALL_TARGETS="install-binaries"
|
|
|
| @@ -27,6 +23,7 @@ if [ "${NACL_SHARED}" = "1" ]; then
|
| NACLPORTS_CFLAGS+=" -fPIC"
|
| fi
|
|
|
| +EnableCliMain
|
| EnableGlibcCompat
|
|
|
| if [ "${NACL_LIBC}" = "newlib" ]; then
|
|
|