diff options
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 |
commit | 89d878c021e2d12f9a3fc20d7a9585fe9bda8fe1 (patch) | |
tree | 5deeaec2f4019752e4a69ab49116d4e03f13724b /system/dash/dash.SlackBuild | |
parent | c4fb08a1d86ba79c5676edf4559ab7c2123ace6a (diff) | |
download | slackbuilds-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.SlackBuild | 5 |
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 |