projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf84ce
)
eclass: enable PAX_MARKINGS=XT by default.
author
Anthony G. Basile
<blueness@gentoo.org>
Sat, 22 Aug 2015 15:04:42 +0000
(11:04 -0400)
committer
Anthony G. Basile
<blueness@gentoo.org>
Sat, 22 Aug 2015 15:04:42 +0000
(11:04 -0400)
eclass/pax-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/pax-utils.eclass
b/eclass/pax-utils.eclass
index e72a04f1fe5616feced42d5f33fa22d96e92e14e..15eb23db2748d23725e545998dd16ab420f77dc5 100644
(file)
--- 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>}