From: Mike Gilbert Date: Mon, 25 May 2020 15:53:53 +0000 (-0400) Subject: sys-apps/sed: pass --without-selinux to configure X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ae937692df078e28c21c556ffc68cf684e58894;p=gentoo.git sys-apps/sed: pass --without-selinux to configure Signed-off-by: Mike Gilbert --- diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild index 66b31632c461..bada9c0a526c 100644 --- a/sys-apps/sed/sed-4.8.ebuild +++ b/sys-apps/sed/sed-4.8.ebuild @@ -38,12 +38,11 @@ src_configure() { myconf+=( --program-prefix=g ) fi - export ac_cv_search_setfilecon=$(usex selinux -lselinux) - export ac_cv_header_selinux_{context,selinux}_h=$(usex selinux) use static && append-ldflags -static myconf+=( $(use_enable acl) $(use_enable nls) + $(use_with selinux) ) econf "${myconf[@]}" }