aboutsummaryrefslogtreecommitdiff
path: root/net/horst/patches
diff options
context:
space:
mode:
authorBruno Randolf <br1@einfach.org>2017-10-03 14:55:18 +0100
committerBruno Randolf <br1@einfach.org>2017-10-04 21:40:16 +0100
commit0840efd64c45cb4aa7adedb08ff2a4e9ed80329d (patch)
tree04c8876fbeb614205cf6dda6c5aa25fafc0af761 /net/horst/patches
parent52157ed602df32659469f8d1982c09402f90e5c5 (diff)
horst: Update to version 5.1 and add init script
Update to latest stable version and add init script and config file to start horst in server mode as a service. Signed-off-by: Bruno Randolf <br1@einfach.org>
Diffstat (limited to 'net/horst/patches')
-rw-r--r--net/horst/patches/0001-Remove-_GNU_SOURCE-from-ccan-config.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/horst/patches/0001-Remove-_GNU_SOURCE-from-ccan-config.patch b/net/horst/patches/0001-Remove-_GNU_SOURCE-from-ccan-config.patch
deleted file mode 100644
index eeab738bc..000000000
--- a/net/horst/patches/0001-Remove-_GNU_SOURCE-from-ccan-config.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From c91e2f6d72823938052044eef858c3c675617ae4 Mon Sep 17 00:00:00 2001
-From: Bruno Randolf <br1@einfach.org>
-Date: Wed, 15 Mar 2017 21:22:48 +0000
-Subject: [PATCH] Remove _GNU_SOURCE from ccan config
-
-It creates problems with LEDEs FORTIFY and is not needed
----
- config.h | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/config.h b/config.h
-index 5c398c4..7e1027a 100644
---- a/config.h
-+++ b/config.h
-@@ -1,8 +1,5 @@
- /* Generated by CCAN configurator */
- #ifndef CCAN_CONFIG_H
- #define CCAN_CONFIG_H
--#ifndef _GNU_SOURCE
--#define _GNU_SOURCE /* Always use GNU extensions. */
--#endif
- #define HAVE_TYPEOF 1
- #endif /* CCAN_CONFIG_H */
---
-2.7.4
-