Date: Tuesday, August 30, 2022 @ 17:53:18 Author: heftig Revision: 1288910
1.1.37-2 Modified: lib32-libxslt/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-30 17:51:07 UTC (rev 1288909) +++ PKGBUILD 2022-08-30 17:53:18 UTC (rev 1288910) @@ -5,7 +5,7 @@ pkgbase=lib32-libxslt pkgname=(lib32-libxslt) pkgver=1.1.37 -pkgrel=1 +pkgrel=2 pkgdesc="XML stylesheet transformation library (32-bit)" url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home" arch=(x86_64) @@ -54,9 +54,11 @@ ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ + --sysconfdir=/etc \ + --localstatedir=/var \ --without-python \ --disable-static - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
