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

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


    Date: Saturday, May 21, 2022 @ 20:40:07
  Author: andyrtr
Revision: 446374

upgpkg: libxtst 1.2.3-5: rebuild old package

Modified:
  libxtst/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 20:39:31 UTC (rev 446373)
+++ PKGBUILD	2022-05-21 20:40:07 UTC (rev 446374)
@@ -3,7 +3,7 @@
 
 pkgname=libxtst
 pkgver=1.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="X11 Testing -- Resource extension library"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/"
@@ -18,6 +18,7 @@
 build() {
   cd "${srcdir}/libXtst-${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