mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
mc: fix build with local libpcre2-dev package
Since pcre2 was introduced in mc, it doesn't build on host systems where libpcre2-dev is installed locally. Add a configure option to point to the sysroot, where mc should search for pcre2. Signed-off-by: Andreas Baierl <ichgeh@imkreisrum.de>
This commit is contained in:
parent
5c64b9cca3
commit
ea50137c90
@ -34,6 +34,7 @@ PKG_CONFIGURE_OPTS_TARGET=" \
|
||||
--enable-vfs-sftp \
|
||||
--enable-vfs-tar \
|
||||
--with-search-engine=pcre2 \
|
||||
--with-pcre2=${SYSROOT_PREFIX}/usr \
|
||||
--without-x"
|
||||
|
||||
pre_configure_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user