| Index: ports/findutils/build.sh
|
| diff --git a/ports/findutils/build.sh b/ports/findutils/build.sh
|
| index f186a9158949be1bd774763f448af73d4c52b05f..2d9ddf75df3c2002c65ec9cf46137139a6c2a70d 100644
|
| --- a/ports/findutils/build.sh
|
| +++ b/ports/findutils/build.sh
|
| @@ -3,8 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| export fu_cv_sys_mounted_fread=yes
|
| -NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe -Dmain=nacl_main"
|
| -export LIBS="${NACL_CLI_MAIN_LIB}"
|
| +NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe"
|
| +EnableCliMain
|
|
|
| BuildStep() {
|
| export AR=${NACLAR}
|
|
|