mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
tailscale: build with less features
Omit usually unused features: - ipn.StateStore implementation using AWS SSM - BIRD Internet Routing Daemon client - tstun TAP device for bridging - Kubernetes kubectl configuration utility - Command line completion script generation This shaves off about 500kb from the final executable. Signed-off-by: Zephyr Lykos <git@mochaa.ws>
This commit is contained in:
committed by
Tianling Shen
parent
88a01c4ce3
commit
6b57e44dc5
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tailscale
|
||||
PKG_VERSION:=1.72.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)?
|
||||
@@ -28,7 +28,7 @@ GO_PKG:=\
|
||||
tailscale.com/cmd/tailscaled
|
||||
GO_PKG_LDFLAGS:=-X 'tailscale.com/version.longStamp=$(PKG_VERSION)-$(PKG_RELEASE) (OpenWrt)'
|
||||
GO_PKG_LDFLAGS_X:=tailscale.com/version.shortStamp=$(PKG_VERSION)
|
||||
GO_PKG_TAGS:=ts_include_cli
|
||||
GO_PKG_TAGS:=ts_include_cli,ts_omit_aws,ts_omit_bird,ts_omit_tap,ts_omit_kube,ts_omit_completion
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../../lang/golang/golang-package.mk
|
||||
|
||||
Reference in New Issue
Block a user