mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/icu: fix
This commit is contained in:
parent
f89dcfad29
commit
815fd9414e
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue