| Index: ports/apr/build.sh
|
| diff --git a/ports/apr/build.sh b/ports/apr/build.sh
|
| index 24440b47aa21298a3d015a5528216ad0907bc7cb..aa85df0cc2560f57c433811ceed6763d28af8a29 100755
|
| --- a/ports/apr/build.sh
|
| +++ b/ports/apr/build.sh
|
| @@ -3,14 +3,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
| -
|
| export RUNPROGRAM="${NACL_SEL_LDR} -a -B ${NACL_IRT} --"
|
| RUNPROGRAM+=" ${NACL_SDK_LIB}/runnable-ld.so"
|
| RUNPROGRAM+=" --library-path"
|
| RUNPROGRAM+=" ${NACL_SDK_LIBDIR}:${NACL_SDK_LIB}:${NACLPORTS_LIBDIR}"
|
| export NACL_SEL_LDR
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|