File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -930,7 +930,7 @@ build_all()
930930 export CPPFLAGS=" $CPPFLAGS ${BOOST_FLAGS[@]} "
931931 build_from_tarball_boost " $BOOST_ARCHIVE " " $PARALLEL " " $BUILD_BOOST " " ${BOOST_OPTIONS[@]} "
932932 export CPPFLAGS=$SAVE_CPPFLAGS
933- create_from_github libbitcoin secp256k1 version8 " yes"
933+ create_from_github bitcoin-core secp256k1 v0.5.1 " yes"
934934 local SAVE_CPPFLAGS=" $CPPFLAGS "
935935 export CPPFLAGS=" $CPPFLAGS ${SECP256K1_FLAGS[@]} "
936936 build_from_github secp256k1 " $PARALLEL " false " yes" " ${SECP256K1_OPTIONS[@]} " $CUMULATIVE_FILTERED_ARGS
Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ build_all()
979979 export CPPFLAGS=" $CPPFLAGS ${BOOST_FLAGS[@]} "
980980 build_from_tarball_boost " $BOOST_ARCHIVE " " $PARALLEL " " $BUILD_BOOST " " ${BOOST_OPTIONS[@]} "
981981 export CPPFLAGS=$SAVE_CPPFLAGS
982- create_from_github libbitcoin secp256k1 version8 " yes"
982+ create_from_github bitcoin-core secp256k1 v0.5.1 " yes"
983983 local SAVE_CPPFLAGS=" $CPPFLAGS "
984984 export CPPFLAGS=" $CPPFLAGS ${SECP256K1_FLAGS[@]} "
985985 build_from_github secp256k1 " $PARALLEL " false " yes" " ${SECP256K1_OPTIONS[@]} " $CUMULATIVE_FILTERED_ARGS
Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ build_all()
805805 export CPPFLAGS=" $CPPFLAGS ${BOOST_FLAGS[@]} "
806806 build_from_tarball_boost " $BOOST_ARCHIVE " " $PARALLEL " " $BUILD_BOOST " " ${BOOST_OPTIONS[@]} "
807807 export CPPFLAGS=$SAVE_CPPFLAGS
808- create_from_github libbitcoin secp256k1 version8 " yes"
808+ create_from_github bitcoin-core secp256k1 v0.5.1 " yes"
809809 local SAVE_CPPFLAGS=" $CPPFLAGS "
810810 export CPPFLAGS=" $CPPFLAGS ${SECP256K1_FLAGS[@]} "
811811 build_from_github secp256k1 " $PARALLEL " false " yes" " ${SECP256K1_OPTIONS[@]} " " $@ "
You can’t perform that action at this time.
0 commit comments