Skip to content

Commit

Permalink
remove version from sonames
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Apr 6, 2017
1 parent 5e7879f commit 212c415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ cd $BUILDDIR/$ARCH
--enable-static --enable-shared \
|| exit 1

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

env PATH=`pwd`:$PATH \
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
Expand Down

0 comments on commit 212c415

Please sign in to comment.