File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ build/lib/fribidi/configure: lib/fribidi $(wildcard $(BASE_DIR)build/patches/fri
2424
2525$(DIST_DIR ) /lib/libfribidi.a : build/lib/fribidi/configure
2626 cd build/lib/fribidi && \
27- $(call CONFIGURE_AUTO) && \
27+ $(call CONFIGURE_AUTO) --disable-debug && \
2828 $(JSO_MAKE ) -C lib/ fribidi-unicode-version.h && \
2929 $(JSO_MAKE ) -C lib/ install && \
3030 $(JSO_MAKE ) install-pkgconfigDATA
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ define CONFIGURE_AUTO
3434 --host=x86-none-linux \
3535 --build=x86_64 \
3636 --enable-static \
37- --disable-shared \
38- --disable-debug
37+ --disable-shared
3938endef
4039
4140# @arg1: path to source directory; defaults to current working directory
You can’t perform that action at this time.
0 commit comments