File sblim-sfcc-2.1.0-cimhostport.patch of Package sblim-sfcc
--- TEST/v2test_ein.c
+++ TEST/v2test_ein.c
@@ -42,6 +42,7 @@
cim_host_passwd = getenv("CIM_HOST_PASSWD");
if (cim_host_passwd == NULL)
cim_host_passwd = "password";
+ cim_host_port = getenv("CIM_HOST_PORT");
if (cim_host_port == NULL)
cim_host_port = "5988";