summaryrefslogtreecommitdiffstats
path: root/system/dash/dash.SlackBuild
diff options
context:
space:
mode:
author Donald Cooley2017-03-21 13:38:41 +0100
committer David Spencer2017-03-25 01:07:32 +0100
commit89d878c021e2d12f9a3fc20d7a9585fe9bda8fe1 (patch)
tree5deeaec2f4019752e4a69ab49116d4e03f13724b /system/dash/dash.SlackBuild
parentc4fb08a1d86ba79c5676edf4559ab7c2123ace6a (diff)
downloadslackbuilds-89d878c021e2d12f9a3fc20d7a9585fe9bda8fe1.tar.gz
system/dash: Build with libedit.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dash/dash.SlackBuild')
-rw-r--r--system/dash/dash.SlackBuild5
1 files changed, 3 insertions, 2 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