mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
gotify-server: remove -w -s from go_ldflags
This commit is contained in:
parent
be824765f9
commit
cdb061f0b5
1 changed files with 3 additions and 5 deletions
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'gotify-server'
|
||||
pkgname=gotify-server
|
||||
version=2.1.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="server-$version"
|
||||
build_style=go
|
||||
go_import_path="github.com/gotify/server/v2"
|
||||
go_ldflags="-w -s -extldflags=-fuse-ld=bfd \
|
||||
-X main.Version=${version} \
|
||||
-X main.BuildDate=${SOURCE_DATE_EPOCH} \
|
||||
-X main.Mode=prod"
|
||||
go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version}
|
||||
-X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod"
|
||||
hostmakedepends="yarn packr2"
|
||||
short_desc="Simple server for sending and receiving messages"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
|
|
Loading…
Add table
Reference in a new issue