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

Andreas Radke andyrtr at gemini.archlinux.org
Sat May 21 20:11:11 UTC 2022


    Date: Saturday, May 21, 2022 @ 20:11:11
  Author: andyrtr
Revision: 446313

upgpkg: libmythes 1:1.2.4-5: rebuild old package

Modified:
  libmythes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 20:11:10 UTC (rev 446312)
+++ PKGBUILD	2022-05-21 20:11:11 UTC (rev 446313)
@@ -2,7 +2,7 @@
 
 pkgname=libmythes
 pkgver=1.2.4
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="a simple thesaurus"
 arch=('x86_64')
@@ -17,6 +17,7 @@
 build() {
   cd "${pkgname/lib/}"-$pkgver
   ./configure --prefix=/usr --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list