| Index: ports/apr-util/build.sh
|
| diff --git a/ports/apr-util/build.sh b/ports/apr-util/build.sh
|
| index b8893bff328f43d4304bde0b2f782dd2fef9b1e3..fd006b3ebf860e86fcb9eda62329fea70256950e 100755
|
| --- a/ports/apr-util/build.sh
|
| +++ b/ports/apr-util/build.sh
|
| @@ -3,11 +3,5 @@
|
| # 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
|
| -
|
| EXTRA_CONFIGURE_ARGS="--with-apr=${NACLPORTS_PREFIX}"
|
| EXTRA_CONFIGURE_ARGS+=" --with-expat=${NACLPORTS_PREFIX}"
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|