mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
Merge pull request #11233 from neheb/hhg
zerotier: fix compilation with libcxx
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=zerotier
|
PKG_NAME:=zerotier
|
||||||
PKG_VERSION:=1.4.6
|
PKG_VERSION:=1.4.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
|
||||||
|
|||||||
10
net/zerotier/patches/010-mangix.patch
Normal file
10
net/zerotier/patches/010-mangix.patch
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
--- a/osdep/LinuxNetLink.hpp
|
||||||
|
+++ b/osdep/LinuxNetLink.hpp
|
||||||
|
@@ -18,6 +18,7 @@
|
||||||
|
|
||||||
|
#ifdef __LINUX__
|
||||||
|
|
||||||
|
+#include <cerrno>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#include <sys/socket.h>
|
||||||
Reference in New Issue
Block a user