mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
glib: fix build with long shebangs
shebang length is limited in the kernel by BINPRM_BUF_SIZE, set in include/linux/binfmts.h solution found by @MilhouseVH
This commit is contained in:
parent
4fef8ae16b
commit
05a53263fb
@ -36,7 +36,8 @@ PKG_AUTORECONF="yes"
|
||||
PKG_CONFIGURE_OPTS_HOST="PCRE_LIBS=-l:libpcre.a \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-libmount"
|
||||
--disable-libmount \
|
||||
--with-python=python"
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_snprintf_c99=yes \
|
||||
ac_cv_func_vsnprintf_c99=yes \
|
||||
glib_cv_stack_grows=no \
|
||||
@ -54,7 +55,8 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_snprintf_c99=yes \
|
||||
--enable-Bsymbolic \
|
||||
--with-gnu-ld \
|
||||
--with-threads=posix \
|
||||
--with-pcre=internal"
|
||||
--with-pcre=internal \
|
||||
--with-python=python"
|
||||
|
||||
post_makeinstall_target() {
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user