| Index: ports/bitcoin/build.sh
|
| diff --git a/ports/libmikmod/build.sh b/ports/bitcoin/build.sh
|
| similarity index 68%
|
| copy from ports/libmikmod/build.sh
|
| copy to ports/bitcoin/build.sh
|
| index 61eb6e096663bdbb492d4037cb67b32840c5cf2e..79628598736a751a38cf0d1117ae644ca0126931 100755
|
| --- a/ports/libmikmod/build.sh
|
| +++ b/ports/bitcoin/build.sh
|
| @@ -6,7 +6,11 @@
|
| source pkg_info
|
| source ../../build_tools/common.sh
|
|
|
| -EXTRA_CONFIGURE_ARGS=--disable-esd
|
| +
|
| +BuildStep() {
|
| + ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
|
| + LogExecute make -C src -f makefile.unix
|
| +}
|
|
|
| PackageInstall
|
| exit 0
|
|
|