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

Christian Hesse eworm at archlinux.org
Sat Mar 13 20:20:35 UTC 2021


    Date: Saturday, March 13, 2021 @ 20:20:35
  Author: eworm
Revision: 409816

fix libtool overlinking 

Modified:
  cryptsetup/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 18:19:49 UTC (rev 409815)
+++ PKGBUILD	2021-03-13 20:20:35 UTC (rev 409816)
@@ -32,6 +32,7 @@
     --sbindir=/usr/bin \
     --enable-libargon2 \
     --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list