mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
glib:
- disable system pcre support - remove some unneeded options
This commit is contained in:
parent
cd3eba5bba
commit
92e51a5938
@ -4,7 +4,6 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build pcre
|
||||
$SCRIPTS/build glib-host
|
||||
|
||||
# Fails to compile with GCC's link time optimization.
|
||||
@ -16,22 +15,15 @@ cd $PKG_BUILD
|
||||
mkdir -p .build-target
|
||||
|
||||
cd .build-target
|
||||
|
||||
ac_cv_func_mmap_fixed_mapped='yes' \
|
||||
ac_cv_func_posix_getpwuid_r='yes' \
|
||||
ac_cv_func_posix_getgrgid_r='yes' \
|
||||
ac_cv_func_printf_unix98='yes' \
|
||||
ac_cv_func_snprintf_c99='yes' \
|
||||
ac_cv_func_vsnprintf_c99='yes' \
|
||||
glib_cv_stack_grows='no' \
|
||||
glib_cv_uscore='no' \
|
||||
glib_cv_va_val_copy='no' \
|
||||
glib_cv_stack_grows='no' \
|
||||
../configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--cache-file=config.cache \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-debug \
|
||||
@ -45,7 +37,6 @@ glib_cv_va_val_copy='no' \
|
||||
--disable-man \
|
||||
--disable-rebuilds \
|
||||
--disable-gtk-doc \
|
||||
--with-pcre=system \
|
||||
|
||||
make
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install pcre
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/.build-target/glib/.libs/libglib*.so* $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user