Skip to content
Snippets Groups Projects
Commit 557c0964 authored by Roberto Oliveira's avatar Roberto Oliveira Committed by Natanael Copa
Browse files

community/syncthing13: enable build on ppc64le

enabling syncthing13 package on ppc64le as go is available.
Also had to remove a tar.gz before using ln command, otherwise it
was failing the build in ppc64le.
parent 39e12b0c
No related merge requests found
......@@ -8,7 +8,7 @@ pkgver=0.13.10
pkgrel=1
pkgdesc="Open Source Continuous File Synchronization"
url="http://syncthing.net/"
arch="all !ppc64le"
arch="all"
license="MPLv2"
pkgusers="$_realname"
pkggroups="$_realname"
......@@ -31,6 +31,7 @@ prepare() {
# fix IPv6 definition errors on s390x, remove when upstream
# updates vendor manifest!
rm -r "$builddir"/$_realname/vendor/golang.org/x/net
rm "$srcdir"/net-*.tar.gz
ln -s "$srcdir"/net-* "$builddir"/$_realname/vendor/golang.org/x/net
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment