Add nopie to the manual
This commit is contained in:
parent
00e789d15f
commit
743c1193ce
|
@ -486,6 +486,9 @@ This appends to the generated file rather than replacing it.
|
||||||
- `shlib_requires` A white space separated list of additional sonames the package requires.
|
- `shlib_requires` A white space separated list of additional sonames the package requires.
|
||||||
This appends to the generated file rather than replacing it.
|
This appends to the generated file rather than replacing it.
|
||||||
|
|
||||||
|
- `nopie` Only needs to be set to something to make active, disables building the package with hardening
|
||||||
|
features (PIE, relro, etc). Not necessary for most packages.
|
||||||
|
|
||||||
- `reverts` xbps supports a unique feature which allows to downgrade from broken
|
- `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
|
packages automatically. In the `reverts` field one can define a list of broken
|
||||||
pkgver the resulting package should revert. This field *must* be defined before
|
pkgver the resulting package should revert. This field *must* be defined before
|
||||||
|
|
Loading…
Reference in New Issue