mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
zerotier: update to version 1.2.4
Zerotier now needs to have libstd, libminiupnpc and libnatpmp. Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
24
net/zerotier/patches/0002-pin-target-to-linux.patch
Normal file
24
net/zerotier/patches/0002-pin-target-to-linux.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
From b8a0598002fd08618d20cd1bbfb03559435241a8 Mon Sep 17 00:00:00 2001
|
||||
From: Moritz Warning <moritzwarning@web.de>
|
||||
Date: Thu, 4 May 2017 22:35:58 +0200
|
||||
Subject: [PATCH 2/2] pin target to linux
|
||||
|
||||
---
|
||||
Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 9511862..d5b0dfc 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
# Common makefile -- loads make rules for each platform
|
||||
|
||||
-OSTYPE=$(shell uname -s)
|
||||
+OSTYPE=Linux
|
||||
|
||||
ifeq ($(OSTYPE),Darwin)
|
||||
include make-mac.mk
|
||||
--
|
||||
2.1.4
|
||||
|
||||
Reference in New Issue
Block a user