Cory Fields
609adc7660
depends: disable unused bdb replication manager. Fixes new mingw builds
...
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.
10 years ago
Pieter Wuille
0f78a0a2eb
Upgrade comparison tool further
10 years ago
Cory Fields
6d7a0fa4e5
depends: update the comparison tool to a more recent version
10 years ago
Cory Fields
b1efba8298
depends: give miniupnpc cppflags
10 years ago
Cory Fields
1d154db457
depends: teach qt to honor debug/release
...
This means it also needs to honor our flags, so patch them in as necessary.
10 years ago
Cory Fields
3b63df5fac
depends: boost: build for debug or release as requested
...
Also hook up cppflags there, which was missing before.
10 years ago
Cory Fields
7e99df78c4
depends: make sure openssl sees cppflags
10 years ago
Cory Fields
21f139b4a6
qt: fix tablet crash. closes #4854 .
...
This backports the relevant parts of:
https://codereview.qt-project.org/#/c/82689/
10 years ago
Cory Fields
b144a74a08
depends: bump miniupnpc to 1.9.20140701.
...
This is the forward-port of a9c6eef915
10 years ago
Cory Fields
f628127887
depends: bump openssl to 1.0.1i
...
This is the forward-port of bba0175022
.
10 years ago
Cory Fields
c897b1e732
depends: add a fallback path in case package sources go missing
...
If a source url fails to download, try again at
$FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be
overridden by the user.
10 years ago
Cory Fields
1dec09b341
depends: add shared dependency builder
...
See the README's in depends for documentation
10 years ago