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

Christian Hesse eworm at gemini.archlinux.org
Fri Jun 10 20:38:32 UTC 2022


    Date: Friday, June 10, 2022 @ 20:38:31
  Author: eworm
Revision: 1231360

upgpkg: multipath-tools 0.9.0-1: new upstream release

Modified:
  multipath-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-10 19:02:25 UTC (rev 1231359)
+++ PKGBUILD	2022-06-10 20:38:31 UTC (rev 1231360)
@@ -8,8 +8,8 @@
 # Contributor: Matt Heagney <matt at heagney.com>
 
 pkgname=multipath-tools
-_tag='5d6fecb2df08c7fb98b40205417f4a45cf30a129' # git rev-parse ${pkgver}
-pkgver=0.8.9
+_tag='686797b7d0da4fc24fdfcb0fc6364df78a0b232d' # git rev-parse ${pkgver}
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
@@ -33,7 +33,8 @@
 build() {
   cd "${pkgname}"
 
-  make
+  make \
+    FORTIFY_OPT=""
 }
 
 package() {



More information about the arch-commits mailing list