summaryrefslogtreecommitdiffstats
path: root/system/dash/dash.SlackBuild
diff options
context:
space:
mode:
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