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

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


    Date: Saturday, May 21, 2022 @ 20:22:03
  Author: andyrtr
Revision: 446332

upgpkg: liblangtag 0.6.3-3: rebuild old package

Modified:
  liblangtag/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 20:21:30 UTC (rev 446331)
+++ PKGBUILD	2022-05-21 20:22:03 UTC (rev 446332)
@@ -2,7 +2,7 @@
 
 pkgname=liblangtag
 pkgver=0.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="interface library to access/deal with tags for identifying languages"
 arch=('x86_64')
 url="https://bitbucket.org/tagoh/liblangtag/wiki/Home"
@@ -16,6 +16,7 @@
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list