mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
fribidi: build with charset support, rework configure options
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f874462cc1
commit
a29e0baf20
@ -26,11 +26,14 @@ cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-debug \
|
||||
--enable-malloc \
|
||||
--with-glib=no \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-debug \
|
||||
--disable-deprecated \
|
||||
--disable-malloc \
|
||||
--enable-charsets \
|
||||
--with-gnu-ld \
|
||||
--without-glib
|
||||
|
||||
make
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
Define FRIBIDI_CHUNK_SIZE only if using allocation pools
|
||||
|
||||
diff -Nur fribidi2-cvs-20061020.orig/lib/common.h fribidi2-cvs-20061020/lib/common.h
|
||||
--- fribidi2-cvs-20061020.orig/lib/common.h Tue Jan 31 05:23:12 2006
|
||||
+++ fribidi2-cvs-20061020/lib/common.h Sat Oct 21 16:42:41 2006
|
||||
@@ -131,6 +131,8 @@
|
||||
|
||||
/* FRIBIDI_CHUNK_SIZE is the number of bytes in each chunk of memory being
|
||||
* allocated for data structure pools. */
|
||||
+#if USE_SIMPLE_MALLOC+0
|
||||
+#else
|
||||
#ifndef FRIBIDI_CHUNK_SIZE
|
||||
# if HAVE_ASM_PAGE_H
|
||||
# ifndef __FRIBIDI_DOC
|
||||
@@ -145,6 +147,7 @@
|
||||
# error FRIBIDI_CHUNK_SIZE now should define the size of a chunk in bytes.
|
||||
# endif /* FRIBIDI_CHUNK_SIZE < 256 */
|
||||
#endif /* FRIBIDI_CHUNK_SIZE */
|
||||
+#endif /* USE_SIMPLE_MALLOC */
|
||||
|
||||
/* FRIBIDI_BEGIN_STMT should be used at the beginning of your macro
|
||||
* definitions that are to behave like simple statements. Use
|
Loading…
x
Reference in New Issue
Block a user