| Index: ports/libsodium/build.sh
|
| diff --git a/ports/libsodium/build.sh b/ports/libsodium/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 1e077fdcac8b5bd6ef8f1adacccd4628e86569ad..216317af4ea177db8bf804194c7a2b73e1f16d28
|
| --- a/ports/libsodium/build.sh
|
| +++ b/ports/libsodium/build.sh
|
| @@ -3,8 +3,6 @@
|
| # 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="--disable-pie --disable-shared"
|
|
|
| @@ -59,6 +57,3 @@ TestStep() {
|
| echo "Tests OK"
|
| fi
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|