aboutsummaryrefslogtreecommitdiff
path: root/src/rpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpath.c')
-rw-r--r--src/rpath.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rpath.c b/src/rpath.c
index b7d4937..99d3403 100644
--- a/src/rpath.c
+++ b/src/rpath.c
@@ -138,6 +138,12 @@ char *rpath_generate(const char *_filename) {
return result;
}
+/**
+ * Set the RPATH of an executable
+ * @param filename
+ * @param _rpath
+ * @return
+ */
int rpath_set(const char *filename, char *_rpath) {
int returncode;