[arch-commits] Commit in podman/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Jan 23 19:52:51 UTC 2019


    Date: Wednesday, January 23, 2019 @ 19:52:50
  Author: bpiotrowski
Revision: 427337

explain why LDFLAGS var is unset

Modified:
  podman/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 19:46:52 UTC (rev 427336)
+++ PKGBUILD	2019-01-23 19:52:50 UTC (rev 427337)
@@ -27,6 +27,8 @@
 build() {
   export GOPATH="$srcdir"
   export BUILDTAGS='seccomp ostree varlink'
+
+  # buildsystem passes LDFLAGS to GO's -ldflags, which isn't really compatible
   unset LDFLAGS
 
   cd src/github.com/containers/libpod



More information about the arch-commits mailing list