wally: update libwally to 1.0.0
Also removes incorrect/redundant configure flags when building. Changelog-Changed: Update libwally to 1.0.0 Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
This commit is contained in:
committed by
Christian Decker
parent
1f45dd1acb
commit
84ee3d5701
5
external/Makefile
vendored
5
external/Makefile
vendored
@@ -86,15 +86,10 @@ $(TARGET_DIR)/libwally-core-build/src/libwallycore.% $(TARGET_DIR)/libwally-core
|
||||
&& PYTHON_VERSION=3 CFLAGS="-std=c99 $(FUZZFLAGS)" LDFLAGS="$(FUZZFLAGS)" ${TOP}/libwally-core/configure CC="$(CC)" \
|
||||
--enable-static=yes \
|
||||
$(CROSSCOMPILE_OPTS) \
|
||||
--enable-module-recovery \
|
||||
--enable-module-extrakeys \
|
||||
--enable-module-schnorrsig \
|
||||
--enable-elements \
|
||||
--enable-shared=no \
|
||||
--prefix=/ \
|
||||
--libdir=/ \
|
||||
--enable-debug \
|
||||
&& cp src/secp256k1/src/libsecp256k1-config.h ../../libwally-core/src/secp256k1/src/libsecp256k1-config.h \
|
||||
&& $(MAKE)
|
||||
|
||||
# If we tell Make that the above builds both, it runs it twice in
|
||||
|
||||
2
external/libwally-core
vendored
2
external/libwally-core
vendored
Submodule external/libwally-core updated: bb4cd3ac80...6f67467299
Reference in New Issue
Block a user