aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move openssl-sys build.rsSteven Fackler2015-02-031-43/+0
|
* Merge pull request #153 from mbrubeck/androidSteven Fackler2015-02-031-5/+6
|\ | | | | Don't bail out of openssl-sys build config when targeting Android
| * Don't bail out when targeting AndroidMatt Brubeck2015-02-031-5/+6
| |
* | Declare the use of unstable libstd APIsGleb Kozyrev2015-02-011-1/+1
|/
* Update to rust masterAlex Crichton2015-01-091-0/+2
|
* Use static linking on android, which simplifies deployment since loading ↵Glenn Watson2014-12-121-3/+8
| | | | application specific shared libraries on android requires Java code or other hacks.
* Merge pull request #113 from DiamondLovesYou/nacl-crossesSteven Fackler2014-12-101-1/+1
|\ | | | | Now that pkg-config 0.1.1 has been published, delegate bailout detection to pkg-config.
| * Now that pkg-config 0.1.1 has been published, delegate to bailout detection ↵Richard Diamond2014-12-091-1/+1
| | | | | | | | | | | | to pkg-config. Also bump version minors for publishing. :)
* | Merge pull request #108 from DiamondLovesYou/nacl-crossesSteven Fackler2014-12-091-0/+5
|\| | | | | Use locally built libreSSL if targeting NaCl instead of the host's versions.
| * Add a feature to openssl-sys to cause it to build a local copy of libressl forRichard Diamond2014-12-091-0/+5
| | | | | | | | | | use instead of whatever pkg-config says (which in the case of crosses, is almost certainly incorrect). This is for PNaCl.
* | Directly substitute $OPENSSL_PATHManish Goregaokar2014-12-051-6/+4
| |
* | Allow passing in Android pathsManish Goregaokar2014-12-031-0/+10
|/
* New build systemValerii Hiora2014-11-131-0/+22