Skip to content

Commit

Permalink
wally: update libwally to 1.0.0
Browse files Browse the repository at this point in the history
Also removes incorrect/redundant configure flags when building.

Changelog-Changed: Update libwally to 1.0.0

Signed-off-by: Jon Griffiths <[email protected]>
  • Loading branch information
jgriffiths authored and cdecker committed Jan 16, 2024
1 parent 1f45dd1 commit 84ee3d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion external/libwally-core
Submodule libwally-core updated 105 files

0 comments on commit 84ee3d5

Please sign in to comment.