Commit Graph

15 Commits

Author SHA1 Message Date
Chun Kuan Lee
60031b6468 depends: Enable unicode support on dbd for Windows 2019-01-16 02:31:30 -08:00
Michel van Kessel
6bd2ab5b1e [depends] bdb.mk missing seperators 2018-11-22 21:55:04 +01:00
Michel van Kessel
89bc9e332a [depends] update bdb.mk for mac compile
Cross compile for MAC was broken for BDB 6.2.32

Zcoin is using also using 6.2. Relevant lines were copied from:
https://github.com/zcash/zcash/blob/master/depends/packages/bdb.mk

these lines:
sed -i.old 's/WinIoCtl.h/winioctl.h/g' src/dbinc/win_db.h &&
sed -i.old 's/__atomic_compare_exchange(/__atomic_compare_exchange_db(/' src/dbinc/atomic.h &&
sed -i.old 's/atomic_init/atomic_init_db/' src/dbinc/atomic.h src/mp/mp_region.c src/mp/mp_mvcc.c src/mp/mp_fget.c src/mutex/mut_method.c src/mutex/mut_tas.c
2018-11-22 14:53:12 +01:00
janko33bd
6019e86b9e enable enable-mingw for mingw64 2018-02-01 11:06:09 +01:00
janko33bd
a89afe6a1f bdb should use c++11 2018-01-31 23:46:55 +01:00
janko33bd
49cace1f9d fix for arm in this version 2017-06-17 23:23:53 +02:00
janko33bd
dc010abfcd WinIoCtl.h: No such file or directory 2017-06-14 00:40:20 +02:00
Daira Hopwood
22482688bd Changes to upgrade bdb to 6.2.23 2017-06-11 10:13:44 +02:00
Cory Fields
c31ccfb038 Die Birne 2017-06-11 07:38:20 +02:00
Cory Fields
aa8f936802 depends: use c++11 2017-06-10 08:07:32 +02:00
Daira Hopwood
53b6b17b39 Changes to upgrade bdb to 6.2.23 2017-06-04 23:05:09 +02:00
janko33bd
2fdd12b2ea Blackcoin Lore 2017-05-30 21:33:31 +02:00
Cory Fields
4302fa67b1 depends: Use pic for all linux dependencies
This avoids textrels, and matches previous gitian behavior.
2014-11-19 22:49:41 -05:00
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.
2014-10-02 13:41:31 -04:00
Cory Fields
1dec09b341 depends: add shared dependency builder
See the README's in depends for documentation
2014-08-08 15:10:46 -04:00