mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
go: remove nopie=yes; fixes gcc7 build
This commit is contained in:
parent
18677ee266
commit
01d254df63
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=go
|
pkgname=go
|
||||||
_bootstrap_version=1.4.2
|
_bootstrap_version=1.4.2
|
||||||
version=1.9.2
|
version=1.9.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=go
|
wrksrc=go
|
||||||
hostmakedepends="git ca-certificates"
|
hostmakedepends="git ca-certificates"
|
||||||
short_desc="The Go Programming Language"
|
short_desc="The Go Programming Language"
|
||||||
|
@ -16,7 +16,6 @@ checksum="299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
nopie=yes
|
|
||||||
|
|
||||||
# https://github.com/voidlinux/xbps/issues/258
|
# https://github.com/voidlinux/xbps/issues/258
|
||||||
hostmakedepends+=" wget"
|
hostmakedepends+=" wget"
|
||||||
|
|
Loading…
Add table
Reference in a new issue