From 5a8007f50b82c30535c3f51af5f23b265d594c27 Mon Sep 17 00:00:00 2001 From: Juergen Gehring Date: Wed, 10 Dec 2014 12:47:32 +0100 Subject: Fix library search path configuration in configuration.h --- src/CommonAPI/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '}'; -- cgit v1.2.1