summaryrefslogtreecommitdiffstats
path: root/src/afb-config.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-08-25 13:19:32 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-08-25 13:19:32 +0200
commit1036658948230a292ceb0e7688ba05113a14800b (patch)
tree44def33a4dd6fd325ec97dc1028d42b7652ef7ca /src/afb-config.h
parentb74a7373e768736dc12057e0ef9744dcc8a93443 (diff)
Add option --no-ldpaths to avoid default ldpaths
Instead of writing --ldpaths=/dev/null simply use the option --no-ldpaths Change-Id: Ia278989b90a079d998ba0cbb7a6bb78c46d58090 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-config.h')
-rw-r--r--src/afb-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-config.h b/src/afb-config.h
index a81d296e..5abf8054 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -60,6 +60,7 @@ struct afb_config {
int tracesvc;
int traceevt;
int noHttpd;
+ int no_ldpaths; /* disable default ldpaths */
};
extern struct afb_config *afb_config_parse_arguments(int argc, char **argv);