Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357080 Details for
Bug 482550
net-voip/yate-4.3.0.1 configure script fails to detect openssl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix configure.in openssl detection
yate-fix-ssl-detection.patch (text/plain), 925 bytes, created by
David Smith
on 2013-08-26 13:24:23 UTC
(
hide
)
Description:
Patch to fix configure.in openssl detection
Filename:
MIME Type:
Creator:
David Smith
Created:
2013-08-26 13:24:23 UTC
Size:
925 bytes
patch
obsolete
>diff -Naur yate/configure yate.mod/configure >--- yate/configure 2012-12-21 08:26:58.000000000 -0600 >+++ yate.mod/configure 2013-08-26 07:55:46.357141779 -0500 >@@ -9603,7 +9603,7 @@ > fi > incssl=`(pkg-config --cflags $pkg) 2>/dev/null` > libssl=`(pkg-config --libs $pkg) 2>/dev/null` >- if [ "x$incssl" != "x" -a "x$libssl" != "x" ]; then >+ if [[ "x$verssl" != "x" ]]; then > HAVE_OPENSSL=yes > OPENSSL_VER="$verssl" > OPENSSL_INC="$incssl" >diff -Naur yate/configure.in yate.mod/configure.in >--- yate/configure.in 2013-08-26 08:06:32.268549828 -0500 >+++ yate.mod/configure.in 2013-08-26 08:06:39.732555058 -0500 >@@ -1275,7 +1275,7 @@ > fi > incssl=`(pkg-config --cflags $pkg) 2>/dev/null` > libssl=`(pkg-config --libs $pkg) 2>/dev/null` >- if [[ "x$incssl" != "x" -a "x$libssl" != "x" ]]; then >+ if [[ "x$verssl" != "x" ]]; then > HAVE_OPENSSL=yes > OPENSSL_VER="$verssl" > OPENSSL_INC="$incssl"
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 482550
: 357080