pax-utils: fix host build on gentoo

This commit is contained in:
Rudi Heitbaum 2024-01-22 06:58:46 +00:00
parent 96b4665e4b
commit 6e759ede47

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"