Skip to content

Commit 212c415

Browse files
committed
remove version from sonames
1 parent 5e7879f commit 212c415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ cd $BUILDDIR/$ARCH
108108
--enable-static --enable-shared \
109109
|| exit 1
110110

111+
sed -i.tmp 's/.$(SO_TARGET_VERSION_MAJOR)//' icudefs.mk
112+
sed -i.tmp 's/$(PKGDATA_VERSIONING) -e/-e/' data/Makefile
111113

112114
env PATH=`pwd`:$PATH \
113115
$BUILDDIR/setCrossEnvironment-$ARCH.sh \

0 commit comments

Comments
 (0)