aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-08-15 23:32:54 +0200
committerpacien2017-08-15 23:32:54 +0200
commit451869d60f1158a6fe54af7b59f72554908915ea (patch)
tree22e161d6ca3d22b47fb70ae674a657fb4a76c52b
parentb83eb6047f7ec5523b72ec45245b1bff2cab85e4 (diff)
downloadtincapp-451869d60f1158a6fe54af7b59f72554908915ea.tar.gz
Update tinc
-rw-r--r--app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 8620070..86866a0 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -35,7 +35,7 @@ ExternalProject_Add( libressl
35 35
36ExternalProject_Add( tinc 36ExternalProject_Add( tinc
37 DEPENDS lzo libressl 37 DEPENDS lzo libressl
38 URL http://files.pacien.net/tmp/tinc-1.1-acefa66.zip 38 URL http://files.pacien.net/tmp/tinc-1.1-7c22391.zip
39 CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> && 39 CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> &&
40 <SOURCE_DIR>/configure ${xCONFIG} 40 <SOURCE_DIR>/configure ${xCONFIG}
41 --with-openssl=${CMAKE_CURRENT_BINARY_DIR}/usr/local 41 --with-openssl=${CMAKE_CURRENT_BINARY_DIR}/usr/local