emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34646: closed ([PATCH] gnu: openssh: Add libedit s


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34646: closed ([PATCH] gnu: openssh: Add libedit support.)
Date: Tue, 26 Feb 2019 23:24:01 +0000

Your message dated Wed, 27 Feb 2019 00:22:45 +0100
with message-id <address@hidden>
and subject line [PATCH] gnu: openssh: Add libedit support.
has caused the debbugs.gnu.org bug report #34646,
regarding [PATCH] gnu: openssh: Add libedit support.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34646: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34646
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: openssh: Add libedit support. Date: Mon, 25 Feb 2019 14:08:46 +0100
* gnu/packages/ssh.scm (openssh)[native-inputs]: Add pkg-config.
[inputs]: Add libedit.
[arguments](configure-flags): Add --with-libedit.
---
 gnu/packages/ssh.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 1928ea7634..968118ad19 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
 ;;; Copyright © 2018 Manuel Graf <address@hidden>
+;;; Copyright © 2019 Gábor Boskovits <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39,6 +40,7 @@
   #:use-module (gnu packages gperf)
   #:use-module (gnu packages groff)
   #:use-module (gnu packages guile)
+  #:use-module (gnu packages libedit)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages logging)
   #:use-module (gnu packages m4)
@@ -154,8 +156,10 @@ a server that supports the SSH-2 protocol.")
               (base32
                "1b8sy6v0b8v4ggmknwcqx3y1rjcpsll0f1f8f4vyv11x4ni3njvb"))))
    (build-system gnu-build-system)
-   (native-inputs `(("groff" ,groff)))
-   (inputs `(("openssl" ,openssl)
+   (native-inputs `(("groff" ,groff)
+                    ("pkg-config" ,pkg-config)))
+   (inputs `(("libedit" ,libedit)
+             ("openssl" ,openssl)
              ("pam" ,linux-pam)
              ("mit-krb5" ,mit-krb5)
              ("zlib" ,zlib)
@@ -175,6 +179,9 @@ a server that supports the SSH-2 protocol.")
                                           (assoc-ref %build-inputs "mit-krb5")
                                           "/bin")
 
+                          ;; libedit needed for sftp completion
+                          "--with-libedit"
+
                           ;; Enable PAM support in sshd.
                           "--with-pam")
 
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: openssh: Add libedit support. Date: Wed, 27 Feb 2019 00:22:45 +0100
Libedit updated in 1094f1216f21a52453b54b43ff88b856f4fac94d.
Patch pushed as 618631f3683e7caf5b0336ce06abf62a25ce119b.
Closing.

Thanks for the review.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]