summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2014-12-10 12:47:32 +0100
committerJuergen Gehring <juergen.gehring@bmw.de>2014-12-10 12:47:32 +0100
commit5a8007f50b82c30535c3f51af5f23b265d594c27 (patch)
treee07463b97e1c5f18dd2e5fc129cb1f62e006d802
parent188abb5e24d6a2a7fdd7e5d150439a162621292c (diff)
downloadgenivi-common-api-runtime-maintain/2.1.6.tar.gz
Fix library search path configuration in configuration.hmaintain/2.1.6
-rw-r--r--src/CommonAPI/Configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/Configuration.h b/src/CommonAPI/Configuration.h
index 554518e..5d2429e 100644
--- a/src/CommonAPI/Configuration.h
+++ b/src/CommonAPI/Configuration.h
@@ -22,7 +22,7 @@ static const char COMMONAPI_CONFIG_SUFFIX[] = ".conf";
static const char COMMONAPI_GLOBAL_CONFIG_ROOT[] = "/etc/CommonAPI/";
static const char COMMONAPI_GLOBAL_CONFIG_FQN[] = "/etc/CommonAPI/CommonAPI.conf";
-static const char COMMONAPI_STD_LIB_PATH[] = "/usr/lib:/usr/local/lib/";
+static const char COMMONAPI_STD_LIB_PATH[] = "/usr/lib/:/usr/local/lib/";
static const char COMMONAPI_ENVIRONMENT_BINDING_PATH[] = "COMMONAPI_BINDING_PATH";
static const char CATEGORY_ENDING = '}';