mirror of
https://github.com/monero-project/monero.git
synced 2025-12-16 00:23:59 -05:00
fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems
This commit is contained in:
parent
b05e27f8b1
commit
2cf94c1321
5 changed files with 27 additions and 16 deletions
3
external/unbound/monero-config.sh
vendored
Executable file
3
external/unbound/monero-config.sh
vendored
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
./configure --prefix=${CMAKE_FIND_ROOT_PATH} --build=${GCC_PREFIX} --host=${GCC_PREFIX} --disable-shared --enable-static --sysconfdir=${CMAKE_FIND_ROOT_PATH}/etc --localstatedir=${CMAKE_FIND_ROOT_PATH}/var --sbindir=${CMAKE_FIND_ROOT_PATH}/bin --disable-gost --disable-rpath --with-libevent=no --with-libexpat=${CMAKE_FIND_ROOT_PATH} --without-pyunbound --without-pythonmodule --with-ssl=${CMAKE_FIND_ROOT_PATH} --without-pthreads --with-libunbound-only
|
||||
Loading…
Add table
Add a link
Reference in a new issue