| Index: ports/bison/build.sh
|
| diff --git a/ports/bison/build.sh b/ports/bison/build.sh
|
| index f3deb7e6e62c8c4ac1c247320bd9ab86afc23115..2b11a349261307977d43f7999c0d2d8cef51ed48 100644
|
| --- a/ports/bison/build.sh
|
| +++ b/ports/bison/build.sh
|
| @@ -2,9 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -NACLPORTS_LIBS+="${NACL_CLI_MAIN_LIB}"
|
| -NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| -
|
| +EnableCliMain
|
| EnableGlibcCompat
|
|
|
| NACLPORTS_CPPFLAGS+=" -DGNULIB_defined_struct_sigaction"
|
|
|