Skip to content

Commit 9626a9f

Browse files
andriydrukAndrewSB
authored andcommitted
switch on sonames
1 parent e3acfc6 commit 9626a9f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ cd $BUILDDIR/$ARCH
180180
cd ..
181181
} || exit 1
182182

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

186184
env CFLAGS="-I$NDK/sources/android/support/include -frtti -fexceptions" \
187185
LDFLAGS="-frtti -fexceptions -L$BUILDDIR/$ARCH/lib" \
@@ -199,14 +197,10 @@ cd $BUILDDIR/$ARCH
199197
# ICULEHB_LIBS="-licu-le-hb" \
200198
# --enable-layoutex \
201199

202-
sed -i.tmp "s@^prefix *= *.*@prefix = .@" icudefs.mk || exit 1
203-
204200
env PATH=`pwd`:$PATH \
205201
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
206202
make -j$NCPU VERBOSE=1 || exit 1
207203

208-
sed -i.tmp "s@^prefix *= *.*@prefix = `pwd`/../../@" icudefs.mk || exit 1
209-
210204
env PATH=`pwd`:$PATH \
211205
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
212206
make V=1 install || exit 1

0 commit comments

Comments
 (0)