Merge pull request #8172 from rellla/mc

mc: fix build with local libpcre2-dev package
This commit is contained in:
Rudi Heitbaum 2023-09-28 21:56:10 +10:00 committed by GitHub
commit 6326d46244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ PKG_CONFIGURE_OPTS_TARGET=" \
--enable-vfs-sftp \ --enable-vfs-sftp \
--enable-vfs-tar \ --enable-vfs-tar \
--with-search-engine=pcre2 \ --with-search-engine=pcre2 \
--with-pcre2=${SYSROOT_PREFIX}/usr \
--without-x" --without-x"
pre_configure_target() { pre_configure_target() {