From b748c685ee9172a58ab675def9f1aabc949d3e21 Mon Sep 17 00:00:00 2001 From: Takoda <150498532+TakodaNotDakota@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:07:19 -0600 Subject: [PATCH] Add libedit option --- srcpkgs/dash/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dash/template b/srcpkgs/dash/template index 7ab7edeacd5f3..abd4e122e1876 100644 --- a/srcpkgs/dash/template +++ b/srcpkgs/dash/template @@ -3,8 +3,8 @@ pkgname=dash version=0.5.12 revision=1 build_style=gnu-configure -configure_args="$(vopt_enable static)" -hostmakedepends="bison" +configure_args="$(vopt_enable static) $(vopt_with libedit)" +hostmakedepends="bison $(vopt_if libedit libedit-devel)" short_desc="POSIX-compliant Unix shell, much smaller than GNU bash" maintainer="Enno Boland " license="BSD-3-Clause" @@ -17,7 +17,7 @@ alternatives=" sh:sh:/usr/bin/dash sh:sh.1:/usr/share/man/man1/dash.1" -build_options="static" +build_options="static libedit" post_install() { vlicense COPYING