aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/protobuf.mk
AgeCommit message (Collapse)Author
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.
2018-08-09[depends] Add riscv qt depends support for cross compiling bitcoin-qtChun Kuan Lee
2016-04-27depends: use c++11Cory Fields
2014-11-19depends: Use pic for all linux dependenciesCory Fields
This avoids textrels, and matches previous gitian behavior.
2014-08-08depends: add shared dependency builderCory Fields
See the README's in depends for documentation