Merge pull request #8540 from heitbaum/pax

pax-utils: fix host build on gentoo
This commit is contained in:
Christian Hewitt 2024-01-22 18:26:28 +04:00 committed by GitHub
commit 74d677a645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,3 +9,5 @@ PKG_SITE="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
PKG_URL="https://gitweb.gentoo.org/proj/pax-utils.git/snapshot/pax-utils-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_HOST="toolchain:host"
PKG_LONGDESC="ELF utils that can check files for security relevant properties"
PKG_MESON_OPTS_HOST="-Duse_libcap=disabled"