Skip to content

Commit 5e7879f

Browse files
committed
switch on sonames
1 parent 3db7380 commit 5e7879f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ cd $BUILDDIR/$ARCH
9696
cd ..
9797
} || exit 1
9898

99-
sed -i.tmp "s@LD_SONAME *=.*@LD_SONAME =@g" config/mh-linux
100-
sed -i.tmp "s%ln -s *%cp -f \$(dir \$@)/%g" config/mh-linux
10199

102100
env CFLAGS="-I$NDK/sources/android/support/include -frtti -fexceptions" \
103101
LDFLAGS="-frtti -fexceptions" \
@@ -110,14 +108,11 @@ cd $BUILDDIR/$ARCH
110108
--enable-static --enable-shared \
111109
|| exit 1
112110

113-
sed -i.tmp "s@^prefix *= *.*@prefix = .@" icudefs.mk || exit 1
114111

115112
env PATH=`pwd`:$PATH \
116113
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
117114
make -j$NCPU VERBOSE=1 || exit 1
118115

119-
sed -i.tmp "s@^prefix *= *.*@prefix = `pwd`/../../@" icudefs.mk || exit 1
120-
121116
env PATH=`pwd`:$PATH \
122117
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
123118
make V=1 install || exit 1

0 commit comments

Comments
 (0)