| Index: ports/make/build.sh
|
| diff --git a/ports/make/build.sh b/ports/make/build.sh
|
| index 4f45b0803a8ff8bf09e69736c6a1a1787dfddf0c..74ae29e7f6a5cbb45efe8d70854ec9fb85bbce2b 100644
|
| --- a/ports/make/build.sh
|
| +++ b/ports/make/build.sh
|
| @@ -12,9 +12,8 @@ if [ "${NACL_LIBC}" = "newlib" ]; then
|
| export ac_cv_func_getrlimit=no
|
| export ac_cv_func_seteuid=no
|
| export ac_cv_func_setegid=no
|
| + # Without this configure will sometimes erroneously define
|
| + # GETLOADAVG_PRIVILEGED=1 (seem to be in the presence of libbsd)
|
| + export ac_cv_func_getloadavg_setgid=no
|
| NACLPORTS_CPPFLAGS+=" -D_POSIX_VERSION"
|
| fi
|
| -
|
| -PublishStep() {
|
| - PublishByArchForDevEnv
|
| -}
|
|
|