Skip to content

Commit b45e553

Browse files
andriydrukAndrewSB
authored andcommitted
remove version from sonames
1 parent e8e62e9 commit b45e553

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ cd $BUILDDIR/$ARCH
197197
# ICULEHB_LIBS="-licu-le-hb" \
198198
# --enable-layoutex \
199199

200+
sed -i.tmp 's/.$(SO_TARGET_VERSION_MAJOR)//' icudefs.mk
201+
sed -i.tmp 's/$(PKGDATA_VERSIONING) -e/-e/' data/Makefile
202+
200203
env PATH=`pwd`:$PATH \
201204
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
202205
make -j$NCPU VERBOSE=1 || exit 1

0 commit comments

Comments
 (0)