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:
Sascha Kuehndel (InuSasha) 2017-08-16 20:24:01 +02:00
parent 4fef8ae16b
commit 05a53263fb
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -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