aboutsummaryrefslogtreecommitdiffstats
path: root/main/xl2tpd/xl2tpd-compile.patch
diff options
context:
space:
mode:
authorIgmar Palsenberg <maillist@palsenberg.com>2014-06-24 20:46:45 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-06-24 19:49:16 +0000
commitc1864fcef3de8a6b2e2410f52fd696ddc09aa9e6 (patch)
treee9929d83bcf10703fca484a0c16bb26e3e9927e0 /main/xl2tpd/xl2tpd-compile.patch
parentb8e40f4f94275cd138dea423c8b45fb3778488a2 (diff)
downloadaports-c1864fcef3de8a6b2e2410f52fd696ddc09aa9e6.tar.bz2
aports-c1864fcef3de8a6b2e2410f52fd696ddc09aa9e6.tar.xz
main/xl2tpd: build fix for musl
ref #2979
Diffstat (limited to 'main/xl2tpd/xl2tpd-compile.patch')
-rw-r--r--main/xl2tpd/xl2tpd-compile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/xl2tpd/xl2tpd-compile.patch b/main/xl2tpd/xl2tpd-compile.patch
new file mode 100644
index 0000000000..d41bc595f1
--- /dev/null
+++ b/main/xl2tpd/xl2tpd-compile.patch
@@ -0,0 +1,12 @@
+diff -u --recursive src.orig/xl2tpd-1.3.6/xl2tpd.c src/xl2tpd-1.3.6/xl2tpd.c
+--- xl2tpd-1.3.6.orig/xl2tpd.c 2014-01-15 21:58:37.000000000 -0100
++++ xl2tpd-1.3.6/xl2tpd.c 2014-06-21 07:22:21.195278618 -0200
+@@ -33,8 +33,6 @@
+ #if (__GLIBC__ < 2)
+ # if defined(FREEBSD) || defined(OPENBSD)
+ # include <sys/signal.h>
+-# elif defined(LINUX)
+-# include <bsd/signal.h>
+ # elif defined(SOLARIS)
+ # include <signal.h>
+ # endif