https://bugzilla.mindrot.org/show_bug.cgi?id=1744

           Summary: libedit support shouldn't assume -lcurses
           Product: Portable OpenSSH
           Version: -current
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Build system
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=1824)
 --> (https://bugzilla.mindrot.org/attachment.cgi?id=1824)
Use pkg-config to determine linker options for libedit

Currently, building sftp with libedit support assumes that -ledit
depends on -lcurses. However, libedit may depend on -lncurses or
-ltermcap instead. On SLES 10 for example, libncurses may exist but
not libcurses.

Perhaps pkg-config should be used to check what libraries are required.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to