[Bug 2173] New: configure fails to find libedit in non-standard location
bugzilla-daemon at natsu.mindrot.org
bugzilla-daemon at natsu.mindrot.org
Fri Nov 22 10:25:39 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=2173
Bug ID: 2173
Summary: configure fails to find libedit in non-standard
location
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: serge+bugzilla.mindrot.org at vdboom.org
Created attachment 2376
--> https://bugzilla.mindrot.org/attachment.cgi?id=2376&action=edit
Patch to have configure include '-L' linking parameters for libedit.
Note: this bug is for version 6.4p1, which is not listed in the version
choices in Bugzilla.
When building OpenSSH with a libedit which is not located in a standard
location, 'configure --with-libedit' fails to pick it up.
The reason is that it uses 'pkg-config --libs-only-l libedit', instead
of 'pkg-config --libs libedit', which causes the '-L/path/to/libedit'
to be omitted.
A patch is attached.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list