Browse Source
dash: do not attempt to do a static linking
Fixes on-device builds.
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
1 deletions
-
packages/dash/build.sh
|
|
@ -2,10 +2,11 @@ TERMUX_PKG_HOMEPAGE=http://gondor.apana.org.au/~herbert/dash/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Small POSIX-compliant implementation of /bin/sh" |
|
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause" |
|
|
|
TERMUX_PKG_VERSION=0.5.10.2 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_REVISION=2 |
|
|
|
TERMUX_PKG_SRCURL=http://gondor.apana.org.au/~herbert/dash/files/dash-${TERMUX_PKG_VERSION}.tar.gz |
|
|
|
TERMUX_PKG_SHA256=3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071 |
|
|
|
TERMUX_PKG_ESSENTIAL=true |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-static" |
|
|
|
|
|
|
|
termux_step_post_make_install() { |
|
|
|
# Symlink sh -> dash |
|
|
|