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

David Runge dvzrv at archlinux.org
Wed Apr 7 08:39:26 UTC 2021


    Date: Wednesday, April 7, 2021 @ 08:39:26
  Author: dvzrv
Revision: 912376

upgpkg: lib32-expat 2.3.0-2: Rebuild to fix libdir.

Set CMAKE_INSTALL_LIBDIR relatively, so that pkconfig integration is working:
https://bugs.archlinux.org/task/70244

Modified:
  lib32-expat/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-07 05:31:26 UTC (rev 912375)
+++ PKGBUILD	2021-04-07 08:39:26 UTC (rev 912376)
@@ -5,7 +5,7 @@
 _name=expat
 pkgname=lib32-expat
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An XML Parser library'
 arch=(x86_64)
 url=https://libexpat.github.io/
@@ -31,7 +31,7 @@
   export CXX='c++ -m32'
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
+        -DCMAKE_INSTALL_LIBDIR=lib32 \
         -DCMAKE_BUILD_TYPE='None' \
         -W no-dev \
         -B build \



More information about the arch-commits mailing list