summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-02-07 19:36:43 +0100
committerEmiel Wiedijk2018-02-07 19:36:43 +0100
commitf0d6e1e49cc22f31453d2a86b825ac9c8e5f6274 (patch)
treeaa87636e98c8532b75f46d52ee7e4d3e8711d966 /PKGBUILD
parentf6885d23bf4ad844436afc33216ca486292b8c0a (diff)
downloadaur-f0d6e1e49cc22f31453d2a86b825ac9c8e5f6274.tar.gz
Build with go-pie
Packages in the official repositories were recently rebuild with go-pie. This enables PIE build mode by default. This changes lxd to build with go-pie by default. I didn't test it thourghly, but after restarting lxd.service and creating a container it seemed to work.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d69175ec8a67..fbdcfb1fe9db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=lxd
pkgver=2.21
-pkgrel=3
+pkgrel=4
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
url="https://github.com/lxc/lxd"
license=('APACHE')
conflicts=('lxd-lts')
depends=('lxc' 'squashfs-tools' 'dnsmasq' 'sqlite')
-makedepends=('go' 'git')
+makedepends=('go-pie' 'git')
options=('!strip' '!emptydirs')
optdepends=(
'lvm2: for lvm2 support'