libarchive: avoid absolute unix path in .pc file for iconv
Fixes #24533
This commit is contained in:
parent
46968c4d4a
commit
aa3f56a18e
@ -4,7 +4,7 @@ _realname=libarchive
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=3.8.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Multi-format archive and compression library (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@ -53,6 +53,7 @@ build() {
|
||||
--without-lzo2 \
|
||||
--without-nettle \
|
||||
--with-openssl \
|
||||
--without-libiconv-prefix \
|
||||
--with-cng
|
||||
|
||||
make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user