[sys-process/audit] replaced multilib_native_use_with with normal use_with since these options actually change the library
This commit is contained in:
parent
1c036ecd8d
commit
2f3ffd0a6f
@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
|
|||||||
>=sys-kernel/linux-headers-2.6.34"
|
>=sys-kernel/linux-headers-2.6.34"
|
||||||
# Do not use os-headers as this is linux specific
|
# Do not use os-headers as this is linux specific
|
||||||
|
|
||||||
|
|
||||||
CONFIG_CHECK="~AUDIT"
|
CONFIG_CHECK="~AUDIT"
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
@ -73,10 +72,10 @@ multilib_src_configure() {
|
|||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
--without-prelude \
|
--without-prelude \
|
||||||
--without-python \
|
--without-python \
|
||||||
$(multilib_native_use_with arm64 aarch64) \
|
$(use_with arm64 aarch64) \
|
||||||
$(multilib_native_use_with alpha) \
|
$(use_with alpha) \
|
||||||
$(multilib_native_use_with arm) \
|
$(use_with arm) \
|
||||||
$(multilib_native_use_with apparmor) \
|
$(use_with apparmor) \
|
||||||
$(multilib_native_use_with tcpd libwrap)
|
$(multilib_native_use_with tcpd libwrap)
|
||||||
|
|
||||||
if multilib_is_native_abi; then
|
if multilib_is_native_abi; then
|
||||||
|
Loading…
Reference in New Issue
Block a user