Skip to content

Commit c5e9f15

Browse files
committed
fix harfbuzz compile on 15.04
1 parent 9012f17 commit c5e9f15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

recipes/harfbuzz/recipe.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ function build_harfbuzz() {
2222
cd $BUILD_harfbuzz
2323

2424
push_arm
25-
try ./configure --build=i686-pc-linux-gnu --host=arm-linux-androideabi --prefix="$BUILD_PATH/python-install" --enable-shared --without-freetype --without-glib
25+
#~ export LDFLAGS="-L$LIBS_PATH"
26+
#~ export LDSHARED="$LIBLINK"
27+
#try ./configure --build=i686-pc-linux-gnu --host=arm-linux-androideabi --prefix="$BUILD_PATH/python-install" --enable-shared --without-freetype --without-glib
28+
#~ try ./autogen.sh --build=i686-pc-linux-gnu --host=arm-linux-androideabi --prefix="$BUILD_PATH/python-install" --without-freetype --without-glib
29+
try ./configure --without-icu --host=arm-linux-androideabi --prefix="$BUILD_PATH/python-install" --without-freetype --without-glib
2630
try make -j5
2731
pop_arm
2832
try cp -L $BUILD_harfbuzz/src/.libs/libharfbuzz.so $LIBS_PATH

0 commit comments

Comments
 (0)