icu4c:ver. bump
This commit is contained in:
@@ -16,12 +16,15 @@ def setup():
|
||||
options = "--with-data-packaging=library \
|
||||
--disable-samples \
|
||||
--disable-silent-rules"
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
|
||||
options += " --libdir=/usr/lib32 \
|
||||
--bindir=/_emul32/bin \
|
||||
--sbindir=/_emul32/sbin"
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
|
||||
autotools.configure(options)
|
||||
pisitools.dosed("config/mh-linux", "-nodefaultlibs -nostdlib")
|
||||
|
||||
@@ -38,7 +41,7 @@ def install():
|
||||
pisitools.removeDir("/_emul32")
|
||||
for f in shelltools.ls("%s/usr/lib32/pkgconfig" % get.installDIR()):
|
||||
pisitools.dosed("%s/usr/lib32/pkgconfig/%s" % (get.installDIR(), f), "_emul32", "usr")
|
||||
pisitools.dosed("%s/usr/lib32/icu/60.2/Makefile.inc" % get.installDIR(), "_emul32", "usr")
|
||||
pisitools.dosed("%s/usr/lib32/icu/64.2/Makefile.inc" % get.installDIR(), "_emul32", "usr")
|
||||
pisitools.dosed("%s/usr/bin/icu-config-32" % get.installDIR(), "_emul32", "usr")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user