aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.leveldb.include
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2021-12-21 20:31:00 -0500
committerCarl Dong <contact@carldong.me>2022-04-26 16:25:38 -0400
commit05d1525b6d4412f68ff4c5460cd1daa6fb49969b (patch)
tree0667bae18b288e1a269abdcab74fc7117c9e6e37 /src/Makefile.leveldb.include
parent64caf944797bc35c3044fe5675389656f9511a41 (diff)
downloadbitcoin-05d1525b6d4412f68ff4c5460cd1daa6fb49969b.tar.xz
build: Create .la library for crc32c
Libtool will yell at you if you try to link a shared library against static ones. This change creates a libtool archive library for crc32c and allows a shared library to be linked against it portably. Also specify -static in both: - ..._la_CXXFLAGS so that libtool will avoid building two versions of each object (one PIC, one non-PIC). We just need the one that is suitable for static linking. - ..._la_LDFLAGS so that libtool will create a static library. [META] This change is done in preparation for a future commit where we link the libbitcoinkernel library against this one.
Diffstat (limited to 'src/Makefile.leveldb.include')
0 files changed, 0 insertions, 0 deletions