Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 628154
Collapse All | Expand All

(-)a/cargo_home/gentoo/openssl-sys-0.9.15/build.rs (+6 lines)
Lines 441-446 See rust-openssl README for more information: Link Here
441
        println!("cargo:libressl=true");
443
        println!("cargo:libressl=true");
442
        println!("cargo:version=101");
444
        println!("cargo:version=101");
443
        Version::Libressl
445
        Version::Libressl
446
    } else if expanded.contains("RUST_LIBRESSL_NEW") {
447
        println!("cargo:rustc-cfg=libressl");
448
        println!("cargo:rustc-cfg=libressl260");
449
        println!("cargo:libressl=true");
450
        println!("cargo:version=101");
451
        Version::Libressl
444
    } else if expanded.contains("RUST_OPENSSL_110F") {
452
    } else if expanded.contains("RUST_OPENSSL_110F") {
445
        println!("cargo:rustc-cfg=ossl110");
453
        println!("cargo:rustc-cfg=ossl110");
446
        println!("cargo:rustc-cfg=ossl110f");
454
        println!("cargo:rustc-cfg=ossl110f");

Return to bug 628154