diff options
Diffstat (limited to 'external/unbound/monero-config.sh')
-rwxr-xr-x | external/unbound/monero-config.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/external/unbound/monero-config.sh b/external/unbound/monero-config.sh deleted file mode 100755 index cfdc7e04b..000000000 --- a/external/unbound/monero-config.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/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 |