Bugzilla – Attachment 2376 Details for
Bug 2173
configure fails to find libedit in non-standard location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to have configure include '-L' linking parameters for libedit.
openssh-6.4p1-libedit-location.diff (text/plain), 940 bytes, created by
Serge van den Boom
on 2013-11-22 10:25:39 AEDT
(
hide
)
Description:
Patch to have configure include '-L' linking parameters for libedit.
Filename:
MIME Type:
Creator:
Serge van den Boom
Created:
2013-11-22 10:25:39 AEDT
Size:
940 bytes
patch
obsolete
>diff -ur openssh-6.4p1.org/configure openssh-6.4p1/configure >--- openssh-6.4p1.org/configure 2013-11-08 02:41:15.000000000 +0100 >+++ openssh-6.4p1/configure 2013-11-22 00:04:39.000000000 +0100 >@@ -9495,7 +9495,7 @@ > fi > fi > if test "x$use_pkgconfig_for_libedit" = "xyes"; then >- LIBEDIT=`$PKGCONFIG --libs-only-l libedit` >+ LIBEDIT=`$PKGCONFIG --libs libedit` > CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`" > else > LIBEDIT="-ledit -lcurses" >diff -ur openssh-6.4p1.org/configure.ac openssh-6.4p1/configure.ac >--- openssh-6.4p1.org/configure.ac 2013-08-04 13:48:41.000000000 +0200 >+++ openssh-6.4p1/configure.ac 2013-11-22 00:04:31.000000000 +0100 >@@ -1442,7 +1442,7 @@ > fi > fi > if test "x$use_pkgconfig_for_libedit" = "xyes"; then >- LIBEDIT=`$PKGCONFIG --libs-only-l libedit` >+ LIBEDIT=`$PKGCONFIG --libs libedit` > CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`" > else > LIBEDIT="-ledit -lcurses"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2173
: 2376