Date: Thursday, November 17, 2022 @ 16:25:20
  Author: heftig
Revision: 1349344

72.1-2: enable debug

Modified:
  lib32-icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-17 16:24:36 UTC (rev 1349343)
+++ PKGBUILD    2022-11-17 16:25:20 UTC (rev 1349344)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-icu
 pkgver=72.1
-pkgrel=1
+pkgrel=2
 pkgdesc="International Components for Unicode library (32 bit)"
 arch=('x86_64')
 url="https://icu.unicode.org";
@@ -11,6 +11,7 @@
 makedepends=('gcc-multilib')
 checkdepends=('python')
 provides=(libicu{data,i18n,io,test,tu,uc}.so)
+options=('debug')
 
source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/icu4c-${pkgver//./_}-src.tgz{,.asc})
 # 
https://github.com/unicode-org/icu/releases/download/release-71-1/SHASUM512.txt
 
sha512sums=('848c341b37c0ff077e34a95d92c6200d5aaddd0ee5e06134101a74e04deb08256a5e817c8aefab020986abe810b7827dd7b2169a60dacd250c298870518dcae8'
@@ -20,7 +21,7 @@
 build() {
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
 
   cd icu/source
 

Reply via email to