From 89d878c021e2d12f9a3fc20d7a9585fe9bda8fe1 Mon Sep 17 00:00:00 2001 From: Donald Cooley Date: Tue, 21 Mar 2017 12:38:41 +0000 Subject: system/dash: Build with libedit. Signed-off-by: David Spencer --- system/dash/dash.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/dash/dash.SlackBuild') 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 -- cgit v1.2.3