aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/expat.mk
AgeCommit message (Collapse)Author
2019-10-11build: pass --enable-option-checking to applicable packagesfanquake
2019-10-11build: only pass --disable-dependency-tracking to packages that understand itfanquake
By blanket passing --disable-dependency-tracking to all depends packages we end up with some warnings like: configure: WARNING: unrecognized options: --disable-dependency-tracking So instead, only pass it to packages that understand it. Related to https://github.com/bitcoin/bitcoin/issues/16354.
2019-07-09depends: expat 2.2.7fanquake
2019-05-28depends: Purge libtool archivesCarl Dong
We use pkg-config where we can, which generally replaces libtool at a higher level and does not have the same downsides as libtool. These archives sit in our depends tree with no purpose and pollute the final bitcoin build with massive overlinking.
2019-05-28depends: Build secondary deps statically.Carl Dong
Secondary dependencies don't need to be shared.
2018-12-12depends: expat 2.2.6fanquake
2018-02-15[depends] expat 2.2.5fanquake
2017-06-19[depends] expat 2.2.1fanquake
2016-09-16[depends] expat 2.2.0fanquake
2016-06-02[depends] expat 2.1.1fanquake
2014-08-08depends: add shared dependency builderCory Fields
See the README's in depends for documentation