mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
glib: build with internal pcre
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
01b9aae849
commit
57807e4094
@ -23,7 +23,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://www.gtk.org/"
|
PKG_SITE="http://www.gtk.org/"
|
||||||
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.46/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.46/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib libffi pcre Python:host"
|
PKG_DEPENDS_TARGET="toolchain zlib libffi Python:host"
|
||||||
PKG_DEPENDS_HOST="libffi:host"
|
PKG_DEPENDS_HOST="libffi:host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="devel"
|
PKG_SECTION="devel"
|
||||||
@ -53,7 +53,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_mmap_fixed_mapped=yes \
|
|||||||
--enable-Bsymbolic \
|
--enable-Bsymbolic \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--with-threads=posix \
|
--with-threads=posix \
|
||||||
--with-pcre=system"
|
--with-pcre=internal"
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user