Use fully static linkage #364

Closed
bvbfan wants to merge 78 commits from static_link into master
15 changed files with 2 additions and 2 deletions
Showing only changes of commit e9854c6cf8 - Show all commits

View file

@ -411,11 +411,11 @@ claimtrie_libclaimtrie_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
claimtrie_libclaimtrie_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
claimtrie_libclaimtrie_a_CFLAGS = $(PIE_FLAGS)
claimtrie_libclaimtrie_a_SOURCES = \
sqlite/sqlite3.c \
claimtrie/data.cpp \
claimtrie/forks.cpp \
claimtrie/hashes.cpp \
claimtrie/log.cpp \
claimtrie/sqlite/sqlite3.c \
claimtrie/trie.cpp \
claimtrie/txoutpoint.cpp \
claimtrie/uints.cpp

View file

@ -15,7 +15,7 @@ set(CLAIMTRIE_SRC
trie.cpp
txoutpoint.cpp
uints.cpp
../sqlite/sqlite3.c
./sqlite/sqlite3.c
)
if(BIND)