mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 17:46:16 +04:00
Merge pull request #1426 from jow-/tinc-musl-compat
tinc: fix musl compatibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007-2014 OpenWrt.org
|
||||
# Copyright (C) 2007-2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tinc
|
||||
PKG_VERSION:=1.0.25
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
|
||||
|
||||
11
net/tinc/patches/100-musl-compat.patch
Normal file
11
net/tinc/patches/100-musl-compat.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/have.h
|
||||
+++ b/src/have.h
|
||||
@@ -196,4 +196,8 @@
|
||||
#include <netinet/if_ether.h>
|
||||
#endif
|
||||
|
||||
+#ifdef HAVE_LINUX_IF_TUN_H
|
||||
+#include <linux/if_tun.h>
|
||||
+#endif
|
||||
+
|
||||
#endif /* __TINC_SYSTEM_H__ */
|
||||
Reference in New Issue
Block a user