summaryrefslogtreecommitdiffstats
path: root/system/dash
diff options
context:
space:
mode:
author Donald Cooley <chytraeu@sdf.org>2017-03-21 12:38:41 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 00:07:32 +0000
commit89d878c021e2d12f9a3fc20d7a9585fe9bda8fe1 (patch)
tree5deeaec2f4019752e4a69ab49116d4e03f13724b /system/dash
parentc4fb08a1d86ba79c5676edf4559ab7c2123ace6a (diff)
downloadslackbuilds-89d878c021e2d12f9a3fc20d7a9585fe9bda8fe1.tar.gz
slackbuilds-89d878c021e2d12f9a3fc20d7a9585fe9bda8fe1.tar.xz
system/dash: Build with libedit.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dash')
-rw-r--r--system/dash/dash.SlackBuild5
-rw-r--r--system/dash/dash.info2
2 files changed, 4 insertions, 3 deletions
diff --git a/system/dash/dash.SlackBuild b/system/dash/dash.SlackBuild
index 61c42279a9..64d2fa3977 100644
--- a/system/dash/dash.SlackBuild
+++ b/system/dash/dash.SlackBuild
@@ -7,7 +7,7 @@
PRGNAM=dash
VERSION=${VERSION:-0.5.9.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -62,7 +62,8 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --build=$ARCH-slackware-linux
+ --build=$ARCH-slackware-linux \
+ --with-libedit
make
make install DESTDIR=$PKG
diff --git a/system/dash/dash.info b/system/dash/dash.info
index 5603cdd0bc..d7617c8c19 100644
--- a/system/dash/dash.info
+++ b/system/dash/dash.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/dash/das
MD5SUM="6472702a8d9760d166ef8333dcb527a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="libedit"
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"