aboutsummaryrefslogtreecommitdiff
path: root/authors.txt
diff options
context:
space:
mode:
authorMatthieu Gautier <matthieu.gautier@mgautier.fr>2016-12-21 19:43:20 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2016-12-21 22:03:18 +0200
commit9d1e426bcc2980276f97453c570bc59d9c009c78 (patch)
tree9658e4ada8df961284476d348dcceab9ea9fe893 /authors.txt
parentde0b02ee2d3847de9787e6b0ac32ebcb61018e15 (diff)
downloadmeson-9d1e426bcc2980276f97453c570bc59d9c009c78.zip
meson-9d1e426bcc2980276f97453c570bc59d9c009c78.tar.gz
meson-9d1e426bcc2980276f97453c570bc59d9c009c78.tar.bz2
Fix installation of statically linked executable for ELF binary.
At installation, if the executable is a ELF file, we try to fix the dependencies in the binary section. If a executable has been compiled with the --static flag, there is no .dynamic section in the ELF binary and so we need to handle this case.
Diffstat (limited to 'authors.txt')
-rw-r--r--authors.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/authors.txt b/authors.txt
index 12e944e..9811dca 100644
--- a/authors.txt
+++ b/authors.txt
@@ -58,3 +58,4 @@ Paulo Antonio Alvarez
Olexa Bilaniuk
Daniel Stone
Marc-Antoine Perennou
+Matthieu Gautier