aboutsummaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
authorpacien2019-02-13 10:52:43 +0100
committerpacien2019-02-13 10:59:03 +0100
commitc29f51b8097ca9915f94c9414bf507df9eb7258f (patch)
treefdb87cd07fae4bfe2eb7045135531e98f555d9b5 /app/CMakeLists.txt
parentd16465ee734ff143b9de96cc9a51995aee6e088c (diff)
downloadtincapp-c29f51b8097ca9915f94c9414bf507df9eb7258f.tar.gz
update tinc to 1.1-017a7fb
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r--app/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 12b8994..295fa24 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -54,8 +54,8 @@ ExternalProject_Add(libressl
54 54
55ExternalProject_Add(tinc 55ExternalProject_Add(tinc
56 DEPENDS lzo libressl 56 DEPENDS lzo libressl
57 URL https://tinc-vpn.org/packages/tinc-1.1pre17.tar.gz 57 URL https://github.com/gsliepen/tinc/archive/017a7fb57655d9b1d706ee78f7e3d0000411b883.tar.gz
58 URL_HASH SHA256=61b9c9f9f396768551f39216edcc41918c65909ffd9af071feb3b5f9f9ac1c27 58 URL_HASH SHA256=27f361706d09f81fbbef7021f37adf5375f01857b23272a490df066ca290a530
59 PATCH_COMMAND sed -i -e "s/test(void)/test(void *x)/" <SOURCE_DIR>/m4/attribute.m4 59 PATCH_COMMAND sed -i -e "s/test(void)/test(void *x)/" <SOURCE_DIR>/m4/attribute.m4
60 CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> && 60 CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> &&
61 <SOURCE_DIR>/configure ${xCONFIG} 61 <SOURCE_DIR>/configure ${xCONFIG}