diff options
Diffstat (limited to 'community/openssh/build')
-rwxr-xr-x | community/openssh/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openssh/build b/community/openssh/build index acbcd480..6ddefd0b 100755 --- a/community/openssh/build +++ b/community/openssh/build @@ -1,7 +1,7 @@ #!/bin/sh -e # Adds optional libedit support -kiss l libedit >/dev/null 2>&1 && +cpt-list libedit >/dev/null 2>&1 && libedit="--with-libedit" ./configure \ |