diff --git a/pegasus-2.5-add_cmpi_provider_lib.patch b/pegasus-2.5-add_cmpi_provider_lib.patch new file mode 100644 index 0000000..5081dba --- /dev/null +++ b/pegasus-2.5-add_cmpi_provider_lib.patch @@ -0,0 +1,11 @@ +--- pegasus-2.5/src/Pegasus/Config/FixedPropertyTableLinux.h.add_cmpi_provider_lib 2005-10-03 17:15:32.000000000 -0400 ++++ pegasus-2.5/src/Pegasus/Config/FixedPropertyTableLinux.h 2005-10-31 12:58:45.000000000 -0500 +@@ -56,7 +56,7 @@ + {"exportSSLTrustStore", "/etc/Pegasus/indication_trust"}, + {"crlStore", "/etc/Pegasus/crl"}, + {"repositoryDir", "/var/lib/Pegasus/repository"}, +- {"providerDir", PEGASUS_DEST_LIB_DIR "/Pegasus/providers"}, ++ {"providerDir", PEGASUS_DEST_LIB_DIR "/Pegasus/providers:" PEGASUS_DEST_LIB_DIR "/cmpi" }, + {"messageDir", "/usr/share/locale"}, + #endif + #if defined(PEGASUS_USE_RELEASE_DIRS) && defined(PEGASUS_OS_LSB)