Commit ae180355 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #981 from jam7/update/icu4c

Change icu4c to patch configuration file for arm.
parents 4da05b14 32b44d28
......@@ -9,6 +9,12 @@ class Icu4c < Package
def self.build
FileUtils.cd('source') do
case ARCH
when 'aarch64', 'armv7l'
# Armhf requires sane ELF headers rather than other architectures as
# discussed in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653457
system "sed -e '/LDFLAGSICUDT=/cLDFLAGSICUDT=' -i config/mh-linux"
end
system "./configure", "--without-samples", "--without-tests"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment