aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-26 07:22:08 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-22 21:10:34 +0200
commit5479281c727004ecfdeb4318dc96d5f232ddaaf8 (patch)
tree92566de4863483c480502daa57ad70d460ed115d /package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch
parentb6d850317bb9ef8af61eb26e34d5f24ee053a362 (diff)
downloadupstream-5479281c727004ecfdeb4318dc96d5f232ddaaf8.tar.gz
upstream-5479281c727004ecfdeb4318dc96d5f232ddaaf8.tar.bz2
upstream-5479281c727004ecfdeb4318dc96d5f232ddaaf8.zip
thc-ipv6: update to 3.8
Remove upstreamed patches: - 000-cflags_override.patch Manually refresh patches: - 100-no-ssl.patch Add patches: - 101-remove-march-native.patch Add THC_APPLETS: - toobigsniff6 - flood_unreach6 - connect6 Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch')
-rw-r--r--package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch b/package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch
index 1ef1f66be8..118c2a705b 100644
--- a/package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch
+++ b/package/network/ipv6/thc-ipv6/patches/100-no-ssl.patch
@@ -1,9 +1,10 @@
--- a/Makefile
+++ b/Makefile
-@@ -1,5 +1,5 @@
+@@ -1,6 +1,6 @@
# Comment out if openssl-dev is not present
+ # of if you want to compile statc
-HAVE_SSL=yes
+#HAVE_SSL=yes
- CC=gcc
- #CFLAGS=-g
+ # comment in if you want to compile static tools
+ #STATIC=-static