commit:     59cbfc56db0271c46374f04e0b4919482343fbc6
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 15:04:42 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 15:04:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cbfc56

eclass: enable PAX_MARKINGS=XT by default.

 eclass/pax-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index e72a04f..15eb23d 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -29,7 +29,7 @@ _PAX_UTILS_ECLASS=1
 # Control which markings are made:
 # PT = PT_PAX markings, XT = XATTR_PAX markings
 # Default to PT markings.
-PAX_MARKINGS=${PAX_MARKINGS:="PT"}
+PAX_MARKINGS=${PAX_MARKINGS:="PT XT"}
 
 # @FUNCTION: pax-mark
 # @USAGE: <flags> {<ELF files>}

Reply via email to