[arch-commits] Commit in buildah/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Oct 23 15:09:44 UTC 2019
Date: Wednesday, October 23, 2019 @ 15:09:44
Author: jelle
Revision: 518726
Make buildah full relro by passing ${LDFLAGS}
Modified:
buildah/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-23 14:55:31 UTC (rev 518725)
+++ PKGBUILD 2019-10-23 15:09:44 UTC (rev 518726)
@@ -27,7 +27,7 @@
build() {
export GOPATH="${srcdir}"
cd src/github.com/containers/buildah
- make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
+ make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp" EXTRALDFLAGS="-ldflags '-extldflags ${LDFLAGS}'"
}
package() {
More information about the arch-commits
mailing list