[arch-commits] Commit in podman/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Apr 18 13:54:06 UTC 2020
Date: Saturday, April 18, 2020 @ 13:54:06
Author: foxboron
Revision: 616072
upgpkg: podman 1.9.0-2
Modified:
podman/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-18 13:45:11 UTC (rev 616071)
+++ PKGBUILD 2020-04-18 13:54:06 UTC (rev 616072)
@@ -4,7 +4,7 @@
pkgbase=podman
pkgname=(podman podman-docker)
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Tool and library for running OCI-based containers in pods'
arch=(x86_64)
url='https://github.com/containers/libpod'
@@ -26,7 +26,7 @@
build() {
export BUILDTAGS='seccomp varlink systemd'
- export CGO_CFLAGS="$CLDFLAGS"
+ export CGO_CFLAGS="$CFLAGS"
export CGO_LDFLAGS="$LDFLAGS"
export GOFLAGS="-buildmode=pie -trimpath"
More information about the arch-commits
mailing list