core/icu: fix

This commit is contained in:
Kevin Mihelich 2020-02-27 13:13:50 +00:00
parent f89dcfad29
commit 815fd9414e

View file

@ -3,6 +3,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - patch to fix icudata library linking on ARM
# - remove check for clang in configure - picks up distcc
pkgname=icu
pkgver=65.1
@ -41,6 +42,7 @@ prepare() {
cd source
patch -p2 -i ${srcdir}/icudata-stdlibs.patch
sed -r -i 's/(for ac_prog in )clang(\+\+)? /\1/g' configure
}
build() {