diff options
| author | Carl Dong <[email protected]> | 2020-04-07 18:42:01 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2020-04-07 19:00:50 -0400 |
| commit | ba0b99bdd613ba7f17c6247ece3001e1b44759a3 (patch) | |
| tree | 40c1a33c4e0cef4754193c6f62417bcd5090afe1 | |
| parent | guix: Bump to upstream commit with mingw-w64 changes (diff) | |
| download | discoin-ba0b99bdd613ba7f17c6247ece3001e1b44759a3.tar.xz discoin-ba0b99bdd613ba7f17c6247ece3001e1b44759a3.zip | |
guix: Don't set MINGW_HAS_SECURE_API CFLAG in depends
This is no longer needed after 3bef7c22 in the mingw-w64 git repository,
which is first included in mingw-w64 v7.0.0.
As of the previous bump to our Guix time machine, we now use mingw-w64
v7.0.0.
| -rw-r--r-- | contrib/guix/libexec/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index 94ff9c273..63feb501f 100644 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -134,8 +134,7 @@ make -C depends --jobs="$MAX_JOBS" HOST="$HOST" \ x86_64_linux_RANLIB=x86_64-linux-gnu-ranlib \ x86_64_linux_NM=x86_64-linux-gnu-nm \ x86_64_linux_STRIP=x86_64-linux-gnu-strip \ - qt_config_opts_i686_linux='-platform linux-g++ -xplatform bitcoin-linux-g++' \ - mingw32_CFLAGS='-DMINGW_HAS_SECURE_API=1 -pipe' + qt_config_opts_i686_linux='-platform linux-g++ -xplatform bitcoin-linux-g++' ########################### |