File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ cd $BUILDDIR/$ARCH
96
96
cd ..
97
97
} || exit 1
98
98
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
101
99
102
100
env CFLAGS=" -I$NDK /sources/android/support/include -frtti -fexceptions" \
103
101
LDFLAGS=" -frtti -fexceptions" \
@@ -110,14 +108,13 @@ cd $BUILDDIR/$ARCH
110
108
--enable-static --enable-shared \
111
109
|| exit 1
112
110
113
- sed -i.tmp " s@^prefix *= *.*@prefix = .@" icudefs.mk || exit 1
111
+ sed -i.tmp ' s/.$(SO_TARGET_VERSION_MAJOR)//' icudefs.mk
112
+ sed -i.tmp ' s/$(PKGDATA_VERSIONING) -e/-e/' data/Makefile
114
113
115
114
env PATH=` pwd` :$PATH \
116
115
$BUILDDIR /setCrossEnvironment-$ARCH .sh \
117
116
make -j$NCPU VERBOSE=1 || exit 1
118
117
119
- sed -i.tmp " s@^prefix *= *.*@prefix = ` pwd` /../../@" icudefs.mk || exit 1
120
-
121
118
env PATH=` pwd` :$PATH \
122
119
$BUILDDIR /setCrossEnvironment-$ARCH .sh \
123
120
make V=1 install || exit 1
You can’t perform that action at this time.
0 commit comments