aboutsummaryrefslogtreecommitdiff
path: root/net/ptunnel-ng/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-03-30 20:25:12 -0700
committerRosen Penev <rosenp@gmail.com>2022-03-30 20:29:26 -0700
commit468863128f1d4d47effa37bd69de69ae5aff29b7 (patch)
tree4e7452ceffbf12269f17400db0974dd5326a985d /net/ptunnel-ng/Makefile
parentea3ad6b0909b2f5d8a8dcbc4e866c9ed22f3fb10 (diff)
ptunnel-ng: fix compilation with kernel 5.15
Some header change requires to include musl's headers first. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/ptunnel-ng/Makefile')
-rw-r--r--net/ptunnel-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ptunnel-ng/Makefile b/net/ptunnel-ng/Makefile
index 1513fb7a5..95b53d1aa 100644
--- a/net/ptunnel-ng/Makefile
+++ b/net/ptunnel-ng/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ptunnel-ng
PKG_VERSION:=1.42
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/lnslbrty/ptunnel-ng/tar.gz/v$(PKG_VERSION)?