mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
build: remove unneeded var exporting
This commit is contained in:
parent
14afc71a61
commit
db648e8ccc
1 changed files with 0 additions and 8 deletions
|
@ -2004,14 +2004,6 @@ CPPFLAGS_TEMP="$CPPFLAGS"
|
||||||
unset CPPFLAGS
|
unset CPPFLAGS
|
||||||
CPPFLAGS="$CPPFLAGS_TEMP"
|
CPPFLAGS="$CPPFLAGS_TEMP"
|
||||||
|
|
||||||
LDFLAGS_TEMP="$LDFLAGS"
|
|
||||||
unset LDFLAGS
|
|
||||||
LDFLAGS="$LDFLAGS_TEMP"
|
|
||||||
|
|
||||||
LIBS_TEMP="$LIBS"
|
|
||||||
unset LIBS
|
|
||||||
LIBS="$LIBS_TEMP"
|
|
||||||
|
|
||||||
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
|
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
|
||||||
AC_CONFIG_SUBDIRS([src/secp256k1])
|
AC_CONFIG_SUBDIRS([src/secp256k1])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue