aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for Native Client.Richard Diamond2015-04-181-1/+6
|
* Fix doctest errorsSteven Fackler2015-04-021-2/+0
|
* Update to rust masterAlex Crichton2015-03-251-2/+4
|
* Remove usage of unstable features in openssl-sysAlex Crichton2015-03-161-2/+0
|
* Cut down on unstable features in openssl-sysAlex Crichton2015-03-041-1/+1
| | | | | * Move from `old_path` to `path` (leveraging the `fs` feature as well) * Move from `StaticMutex` to `Mutex<()>` as they're dynamically initialized
* Use new path API in buildscriptSteven Fackler2015-02-221-5/+6
|
* Fix warningSteven Fackler2015-02-191-1/+1
|
* Don't use pkg-config if any overrides are passedSteven Fackler2015-02-131-5/+10
|
* Stop hardcoding things in openssl-sys build.rsSteven Fackler2015-02-131-26/+23
| | | | This more properly handles Windows builds as well as cross compiles.
* Ask openssl what version it isSteven Fackler2015-02-131-14/+4
|
* Oops, pass include dirs through for 1.0.0 versions tooSteven Fackler2015-02-131-2/+2
|
* Fix shim buildsSteven Fackler2015-02-131-3/+0
| | | | gcc-rs adds the proper link commands for us
* Pass include directories to gccSteven Fackler2015-02-121-13/+15
|
* Make it saferbombless2015-02-131-1/+1
|
* Fix Windows buildbombless2015-02-131-1/+1
|
* Fix for upstream changeSteven Fackler2015-02-121-1/+1
|
* Merge pull request #160 from globin/fix/rustupSteven Fackler2015-02-121-3/+3
|\ | | | | rustup to current master
| * rustup to current masterRobin Gloster2015-02-121-3/+3
| |
* | Move BSD special case after pkg-config lookupsSteven Fackler2015-02-121-11/+14
|/ | | | Also give a better error message if we couldn't find anything
* Merge pull request #159 from wg/masterSteven Fackler2015-02-121-0/+8
|\ | | | | Fix build on *BSD
| * Add clarifying comment for BSD special caseWill2015-02-121-0/+1
| |
| * Fix build on *BSDWill2015-02-121-0/+7
| |
* | Fix a bad fix :)Quentin Baradat2015-02-111-4/+4
| |
* | Fix the target for windowsQuentin Baradat2015-02-111-9/+8
|/
* Always build shimSteven Fackler2015-02-091-0/+4
|
* Fix builds against 0.9.x OpenSSLSteven Fackler2015-02-081-30/+36
| | | | Namely builds on OSX
* Fix deprecation warnings in openssl-sysSteven Fackler2015-02-051-6/+7
|
* Move openssl-sys build.rsSteven Fackler2015-02-031-0/+43