summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/patchelf.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index f0493f6..d481e56 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -197,6 +197,10 @@ I ElfFile<ElfFileParamNames>::rdi(I i)
#define DT_VERSYM 0x6ffffff0
#endif
+#ifndef DT_RUNPATH
+#define DT_RUNPATH 29
+#endif
+
static void debug(const char * format, ...)
{