aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorGonzalo TornarĂ­a <tornaria@cmat.edu.uy>2022-01-05 20:59:20 -0300
committerPiotr <chocimier@tlen.pl>2022-01-08 17:51:54 +0100
commit17e98015684075eecb6f680855e4d300dd146f53 (patch)
tree4db27eff38107f21cd0cafd57e414a1051f22562 /Manual.md
parentstern: update to 1.21.0. (diff)
nostrip_files: allow full path
The option `nostrip_files` takes a filename without path, in contrast to option `nopie_files` which takes only full path. This commit makes it so that `nostrip_files` can take either the filename or the full path.
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md
index 2a7a990d37a..3e641633ba6 100644
--- a/Manual.md
+++ b/Manual.md
@@ -644,7 +644,7 @@ Example: `conf_files="/etc/foo.conf /etc/foo2.conf /etc/foo/*.conf"`.
default all binaries are stripped.
- `nostrip_files` White-space separated list of ELF binaries that won't be stripped of
-debugging symbols.
+debugging symbols. Files can be given by full path or by filename.
- `noshlibprovides` If set, the ELF binaries won't be inspected to collect the provided
sonames in shared libraries.
@@ -690,7 +690,7 @@ This appends to the generated file rather than replacing it.
features (PIE, relro, etc). Not necessary for most packages.
- `nopie_files` White-space seperated list of ELF binaries that won't be checked
-for PIE.
+for PIE. Files must be given by full path.
- `reverts` xbps supports a unique feature which allows to downgrade from broken
packages automatically. In the `reverts` field one can define a list of broken