aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3196bb0fac48..4f83f905387e 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@ namcap medivia-2.4.0-1-x86_64.pkg.tar.xz
makepkg --printsrcinfo > .SRCINFO
```
-`namcap` shows some errors and warnings thougt, but I can't figure out what I can ignore and what I shound fix.
+`namcap` shows some errors and warnings thougt, but I can't figure out what I can ignore and what I shound fix. This is
+the current warnings:
+
+```
+medivia E: ELF files outside of a valid path ('opt/').
+medivia W: ELF file ('opt/medivia/libfmod.so.11') has executable stack.
+medivia W: ELF file ('opt/medivia/libfmod.so.11') lacks FULL RELRO, check LDFLAGS.
+medivia W: ELF file ('opt/medivia/medivia') lacks FULL RELRO, check LDFLAGS.
+medivia W: ELF file ('opt/medivia/medivia') lacks PIE.
+medivia E: unknown is not a common license (it's not in /usr/share/licenses/common/)
+medivia W: Referenced library 'libfmod.so.11' is an uninstalled dependency
+```
This is my first package, so any criticism and suggestions is appreciated.