aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/bdb.mk
AgeCommit message (Collapse)Author
2014-11-19depends: Use pic for all linux dependenciesCory Fields
This avoids textrels, and matches previous gitian behavior.
2014-10-02depends: disable unused bdb replication manager. Fixes new mingw buildsCory Fields
Newer mingw supports the features necessary to enable this api, whereas older versions didn't. However once enabled (automatically by configure), it triggers an unrelated build bug. Since it was not enabled previously anyway, and we don't depend on the functionality, just disable it across the board.
2014-08-08depends: add shared dependency builderCory Fields
See the README's in depends for documentation